From: <che...@us...> - 2010-12-04 09:34:32
|
Revision: 4004 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4004&view=rev Author: chef_koch Date: 2010-12-04 09:34:26 +0000 (Sat, 04 Dec 2010) Log Message: ----------- removing old bin directories before compiling new Modified Paths: -------------- trunk/plugins/IR Server Suite/Build/BuildScript.bat Modified: trunk/plugins/IR Server Suite/Build/BuildScript.bat =================================================================== --- trunk/plugins/IR Server Suite/Build/BuildScript.bat 2010-12-04 09:25:17 UTC (rev 4003) +++ trunk/plugins/IR Server Suite/Build/BuildScript.bat 2010-12-04 09:34:26 UTC (rev 4004) @@ -31,6 +31,12 @@ echo. +echo Removing old binaries... +RMDir /S /Q ..\bin\%BUILD_TYPE% >> %LOG% +if not %ERRORLEVEL%==0 EXIT + + +echo. echo Writing SVN revision assemblies... %DeployVersionSVN% /svn="..\IR Server Suite" >> %LOG% This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |