mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 23:45:14 +02:00
- fix the maxcpucount commandline option
This commit is contained in:
@@ -90,7 +90,7 @@ SET BuildInParallel=false
|
|||||||
if %NUMBER_OF_PROCESSORS% GTR 2 (
|
if %NUMBER_OF_PROCESSORS% GTR 2 (
|
||||||
SET NumberOfProcessesToUseForBuild=2
|
SET NumberOfProcessesToUseForBuild=2
|
||||||
SET BuildInParallel=true
|
SET BuildInParallel=true
|
||||||
SET msBuildMaxCPU=/maxcpucount:%NumberOfProcessesToUseForBuild%)
|
SET msBuildMaxCPU=/maxcpucount)
|
||||||
|
|
||||||
ECHO Found CPU Count [%NUMBER_OF_PROCESSORS%]
|
ECHO Found CPU Count [%NUMBER_OF_PROCESSORS%]
|
||||||
if "%2" == "rebuild" echo Doing a FULL REBUILD...
|
if "%2" == "rebuild" echo Doing a FULL REBUILD...
|
||||||
|
Reference in New Issue
Block a user