We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vcvarsall.bat
1 parent 217e1dc commit 897405dCopy full SHA for 897405d
vcbuild.bat
@@ -200,9 +200,12 @@ if defined msi (
200
goto wix-not-found
201
)
202
203
-@rem VS2015 vsvarsall is quick, so run anyway
+
204
+@rem check if VS2015 is already setup
205
+if "_%VisualStudioVersion%_" == "_14.0_" if "_%VCVARS_VER%_" == "_140_" goto found_vs2015
206
call "%VS140COMNTOOLS%\..\..\vc\vcvarsall.bat"
207
SET VCVARS_VER=140
208
+:found_vs2015
209
if not defined VCINSTALLDIR goto msbuild-not-found
210
@rem Visual C++ Build Tools 2015 does not define VisualStudioVersion
211
echo Found MSVS version 14.0
0 commit comments