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-07-17 23:44:47 +0300
committerRay Molenkamp <github@lazydodo.com>2018-07-17 23:44:47 +0300
commit41045478ab7fd3efc989952bfd7a83c5cbb88dbc (patch)
treebc2e2cfd61a241e1e0652ce0640a6cae0ed05384 /build_files/windows/show_help.cmd
parentefe94793c0854454517f49f833f688e0652f4ec0 (diff)
make.bat: remove msvc2013 support.
Diffstat (limited to 'build_files/windows/show_help.cmd')
-rw-r--r--build_files/windows/show_help.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/windows/show_help.cmd b/build_files/windows/show_help.cmd
index 2b297120f4b..694b28c88ed 100644
--- a/build_files/windows/show_help.cmd
+++ b/build_files/windows/show_help.cmd
@@ -22,13 +22,13 @@ echo - packagename [newname] ^(override default cpack package name^)
echo - buildir [newdir] ^(override default build folder^)
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.
-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.
+echo Experimental options
+echo - 2015 ^(build with visual studio 2015^)
echo - clang ^(enable building with clang^)
echo - asan ^(enable asan when building with clang^)
echo - ninja ^(enable building with ninja instead of msbuild^)