From c60900b4f5d2ef21a1a2061497e1b0111b754f4b Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Mon, 23 Apr 2012 22:42:42 +0000 Subject: [PATCH] - fix the maxcpucount commandline option --- mk/windoze/build-mg-2010.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index 96e33675..4390035b 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -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...