- fix the maxcpucount commandline option

This commit is contained in:
Mark Vejvoda 2012-04-23 22:42:42 +00:00
parent 7423b4c6fa
commit c60900b4f5
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ SET BuildInParallel=false
if %NUMBER_OF_PROCESSORS% GTR 2 (
SET NumberOfProcessesToUseForBuild=2
SET BuildInParallel=true
SET msBuildMaxCPU=/maxcpucount:%NumberOfProcessesToUseForBuild%)
SET msBuildMaxCPU=/maxcpucount)
ECHO Found CPU Count [%NUMBER_OF_PROCESSORS%]
if "%2" == "rebuild" echo Doing a FULL REBUILD...