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:
authorlazydodo <github@lazydodo.com>2016-10-25 20:49:08 +0300
committerlazydodo <github@lazydodo.com>2016-10-25 20:49:08 +0300
commitbc71c2bf08d887ded44243ba93447e0bea493745 (patch)
tree18b668ec77d6235efc4cc08e9cfe10fa657d4ffa /make.bat
parentf523fb43f9b5c8a4a694e0bbd071935a4ed979b5 (diff)
[msvc] make.bat - create a build.log in the build directory
Diffstat (limited to 'make.bat')
-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"