[Bf-blender-cvs] [983811607d1] master: make.bat : bring the help up to date with recent additions to the build script.

Ray Molenkamp noreply at git.blender.org
Tue Jun 5 18:40:25 CEST 2018


Commit: 983811607d153271844d6fba821f84ec44760bca
Author: Ray Molenkamp
Date:   Tue Jun 5 10:40:14 2018 -0600
Branches: master
https://developer.blender.org/rB983811607d153271844d6fba821f84ec44760bca

make.bat : bring the help up to date with recent additions to the build script.

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

M	build_files/windows/show_help.cmd

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

diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 0524e8a84fc..87672883f3d 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -20,10 +20,14 @@ echo - noge ^(disable building game enginge and player^)
 echo - debug ^(Build an unoptimized debuggable build^)
 echo - packagename [newname] ^(override default cpack package name^)
 echo - buildir [newdir] ^(override default build folder^)
+echo - clang ^(enable building with clang^)
+echo - asan ^(enable asan when building with clang^)
+echo - ninja ^(enable building with ninja instead of msbuild^)
 echo - x86 ^(override host auto-detect and build 32 bit code^)
 echo - x64 ^(override host auto-detect and build 64 bit code^)
 echo - 2013 ^(build with visual studio 2013^)
 echo - 2015 ^(build with visual studio 2015^) [EXPERIMENTAL]
 echo - 2017 ^(build with visual studio 2017^) [EXPERIMENTAL]
 echo - 2017pre ^(build with visual studio 2017 pre-release^) [EXPERIMENTAL]
+echo - 2017b ^(build with visual studio 2017 Build Tools^) [EXPERIMENTAL]
 echo.



More information about the Bf-blender-cvs mailing list