[Bf-blender-cvs] [38b72fb64b9] master: make.bat: Fix msvc-2017 detection.

Ray Molenkamp noreply at git.blender.org
Mon Jun 18 21:39:22 CEST 2018


Commit: 38b72fb64b9a1d20484615bf54939a7bf3eb728f
Author: Ray Molenkamp
Date:   Mon Jun 18 13:39:12 2018 -0600
Branches: master
https://developer.blender.org/rB38b72fb64b9a1d20484615bf54939a7bf3eb728f

make.bat: Fix msvc-2017 detection.

D3485 by @manung

Differential Revision: https://developer.blender.org/D3485

===================================================================

M	build_files/windows/detect_msvc2017.cmd

===================================================================

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%



More information about the Bf-blender-cvs mailing list