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:
authorRay Molenkamp <github@lazydodo.com>2018-06-05 20:29:03 +0300
committerRay Molenkamp <github@lazydodo.com>2018-06-05 20:29:03 +0300
commit713027b83252aadb7e583353637aed9f8284acad (patch)
treea72fd995c9cbf04c32fa153c6d7e786d66cdceb3 /build_files/windows
parent983811607d153271844d6fba821f84ec44760bca (diff)
make.bat : move all experimental options to their own section in the help.
Diffstat (limited to 'build_files/windows')
-rw-r--r--build_files/windows/show_help.cmd16
1 files changed, 9 insertions, 7 deletions
diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 87672883f3d..2b297120f4b 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -20,14 +20,16 @@ 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.
+echo Experimental options
+echo - 2015 ^(build with visual studio 2015^)
+echo - 2017 ^(build with visual studio 2017^)
+echo - 2017pre ^(build with visual studio 2017 pre-release^)
+echo - 2017b ^(build with visual studio 2017 Build Tools^)
+echo - clang ^(enable building with clang^)
+echo - asan ^(enable asan when building with clang^)
+echo - ninja ^(enable building with ninja instead of msbuild^)
echo.