Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4924


Ignore:
Timestamp:
11/24/10 11:08:32 (13 years ago)
Author:
epitzer
Message:

Further reduction of verbosity (#1285)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/Build.cmd

    r4922 r4924  
    7474IF "%CLEANBEFOREBUILD%"=="1" (
    7575  ECHO Cleaning ...
    76   %MSBUILDPATH%msbuild.exe %SELECTED% /target:Clean /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:m
     76  %MSBUILDPATH%msbuild.exe %SELECTED% /target:Clean /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:q /clp:ErrorsOnly
    7777)
    7878ECHO Building ...
    79 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:m
     79%MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:q /clp:ErrorsOnly
    8080
    8181ECHO.
Note: See TracChangeset for help on using the changeset viewer.