Changeset 4922 for trunk/sources
- Timestamp:
- 11/24/10 10:37:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/Build.cmd
r4919 r4922 73 73 REM Run msbuild to clean and then build 74 74 IF "%CLEANBEFOREBUILD%"=="1" ( 75 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Clean /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /nologo 75 ECHO Cleaning ... 76 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Clean /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:m 76 77 ) 77 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /nologo 78 ECHO Building ... 79 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:m 80 81 ECHO. 82 ECHO DONE. 78 83 79 84 :end
Note: See TracChangeset
for help on using the changeset viewer.