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:
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"