[Bf-blender-cvs] [bc71c2b] master: [msvc] make.bat - create a build.log in the build directory

lazydodo noreply at git.blender.org
Tue Oct 25 19:49:24 CEST 2016


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"




More information about the Bf-blender-cvs mailing list