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:
-rw-r--r--make.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.bat b/make.bat
index 11c1ff00a3b..c7f2dbbf369 100644
--- a/make.bat
+++ b/make.bat
@@ -225,7 +225,8 @@ msbuild ^
/property:Configuration=%BUILD_TYPE% ^
/maxcpucount ^
/verbosity:minimal ^
- /p:platform=%MSBUILD_PLATFORM%
+ /p:platform=%MSBUILD_PLATFORM% ^
+ /flp:Summary;Verbosity=minimal;LogFile=%BUILD_DIR%\Build.log
if %ERRORLEVEL% NEQ 0 (
echo "Build Failed"