Commit: bc71c2bf08d887ded44243ba93447e0bea493745
Author: lazydodo
Date:   Tue Oct 25 11:49:08 2016 -0600
Branches: master
https://developer.blender.org/rBbc71c2bf08d887ded44243ba93447e0bea493745

[msvc] make.bat - create a build.log in the build directory

===================================================================

M       make.bat

===================================================================

diff --git a/make.bat b/make.bat
index 11c1ff0..c7f2dbb 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"

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to