Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7033


Ignore:
Timestamp:
11/22/11 11:00:26 (12 years ago)
Author:
abeham
Message:

#1579: changed build script to not clean by default and use Rebuild instead of Build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/Build.cmd

    r4924 r7033  
    11@ECHO OFF
    22
    3 SET CLEANBEFOREBUILD=1
     3SET CLEANBEFOREBUILD=0
    44
    55SET SELECTED=
     
    7777)
    7878ECHO Building ...
    79 %MSBUILDPATH%msbuild.exe %SELECTED% /target:Build /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:q /clp:ErrorsOnly
     79%MSBUILDPATH%msbuild.exe %SELECTED% /target:Rebuild /p:Configuration="%CONFIGURATION%",Platform="%PLATFORM%" /m:2 /nologo /verbosity:q /clp:ErrorsOnly
    8080
    8181ECHO.
Note: See TracChangeset for help on using the changeset viewer.