mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +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 (
|
||||
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...
|
||||
|
Reference in New Issue
Block a user