Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-05-04 00:55:29 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-04 00:55:29 +0300
commitb1858b4d2f4b6efeab1aef991aaac5ee45f6f2a7 (patch)
treee6b1531a66c34a120fd6ff1feb8e36bd5680342f /make.bat
parent606d1f2b6e35025fc20205ce6a0cc6bcf4724a22 (diff)
parentad8587b7980c836e6b65955398f2b970401823fb (diff)
Merge remote-tracking branch 'origin/master' into blender2.8
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index ba5832f9524..4abcd086cdf 100644
--- a/make.bat
+++ b/make.bat
@@ -257,7 +257,7 @@ echo msbuild ^
%BUILD_DIR%\Blender.sln ^
/target:build ^
/property:Configuration=%BUILD_TYPE% ^
- /maxcpucount ^
+ /maxcpucount:2 ^
/verbosity:minimal ^
/p:platform=%MSBUILD_PLATFORM% ^
/flp:Summary;Verbosity=minimal;LogFile=%BUILD_DIR%\Build.log >> %BUILD_DIR%\rebuild.cmd
@@ -273,7 +273,7 @@ msbuild ^
%BUILD_DIR%\Blender.sln ^
/target:build ^
/property:Configuration=%BUILD_TYPE% ^
- /maxcpucount ^
+ /maxcpucount:2 ^
/verbosity:minimal ^
/p:platform=%MSBUILD_PLATFORM% ^
/flp:Summary;Verbosity=minimal;LogFile=%BUILD_DIR%\Build.log