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>2019-02-23 06:49:22 +0300
committerRay Molenkamp <github@lazydodo.com>2019-02-23 06:54:27 +0300
commit1d2fc413c89d434f5d5e140cd01522e562c10ecd (patch)
treea049470989f1775a4b08ad06ce1521dd6de86047 /build_files/windows/detect_msvc2019.cmd
parent633b77b0eedb494ae9ddce22ee36bfb3bf698a15 (diff)
make.bat: Preliminary Visual Studio 2019 support.
VS2019 is binary compatible with the existing vc14 libraries and no new libraries libs are required in svn. VS2019 support requires cmake 3.14. VS2019 is still in pre-release state, you are required to explicitly select the pre-release version by using: make full 2019pre
Diffstat (limited to 'build_files/windows/detect_msvc2019.cmd')
-rw-r--r--build_files/windows/detect_msvc2019.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_files/windows/detect_msvc2019.cmd b/build_files/windows/detect_msvc2019.cmd
new file mode 100644
index 00000000000..d75d6bae0d9
--- /dev/null
+++ b/build_files/windows/detect_msvc2019.cmd
@@ -0,0 +1,3 @@
+set BUILD_VS_VER=16
+set BUILD_VS_YEAR=2019
+call "%~dp0\detect_msvc_vswhere.cmd"