Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4922


Ignore:
Timestamp:
11/24/10 10:37:04 (13 years ago)
Author:
abeham
Message:

#1285

  • reduced verbosity
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/Build.cmd

    r4919 r4922  
    7373REM Run msbuild to clean and then build
    7474IF "%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
    7677)
    77 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /nologo
     78ECHO Building ...
     79%MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:m
     80
     81ECHO.
     82ECHO DONE.
    7883
    7984:end
Note: See TracChangeset for help on using the changeset viewer.