Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/12 17:47:04 (12 years ago)
Author:
abeham
Message:

#1614: worked on GQAP (added operators, assignment view)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/Build.cmd

    r6956 r7319  
    11@ECHO OFF
    22
    3 SET CLEANBEFOREBUILD=1
     3SET CLEANBEFOREBUILD=0
    44
    55SET SELECTED=
     
    4949
    5050:prompt_config
    51 SET /P CONFIGURATION=Which configuration to build [Debug]:
    52 IF "%CONFIGURATION%"=="" SET CONFIGURATION=Debug
     51SET /P CONFIGURATION=Which configuration to build [Release]:
     52IF "%CONFIGURATION%"=="" SET CONFIGURATION=Release
    5353
    5454:platform_selection
     
    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.