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-18 22:39:12 +0300
committerRay Molenkamp <github@lazydodo.com>2018-06-18 22:39:12 +0300
commit38b72fb64b9a1d20484615bf54939a7bf3eb728f (patch)
tree5956cc2a74ea94a68761da6a28c15a0db4ebe259 /build_files/windows/detect_msvc2017.cmd
parentab59f9e65d4fe07be4f542e291a52eb1d71a2d8a (diff)
make.bat: Fix msvc-2017 detection.
D3485 by @manung Differential Revision: https://developer.blender.org/D3485
Diffstat (limited to 'build_files/windows/detect_msvc2017.cmd')
-rw-r--r--build_files/windows/detect_msvc2017.cmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/windows/detect_msvc2017.cmd b/build_files/windows/detect_msvc2017.cmd
index 060e9f88617..7695dc8d5a2 100644
--- a/build_files/windows/detect_msvc2017.cmd
+++ b/build_files/windows/detect_msvc2017.cmd
@@ -2,6 +2,7 @@ if NOT "%verbose%" == "" (
echo Detecting msvc 2017
)
set BUILD_VS_VER=15
+set BUILD_VS_YEAR=2017
set ProgramFilesX86=%ProgramFiles(x86)%
if not exist "%ProgramFilesX86%" set ProgramFilesX86=%ProgramFiles%