Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit b09927c

Browse files
committed
fixed set_envbase.cmd to set the location of the VSSDK tools
1 parent 8a56780 commit b09927c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setenv_base.cmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ GOTO :EOF
186186

187187
rem @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
188188
:SET_VS_VARS
189+
set VSSDK12INSTALLDIR=%SPOROOT%\tools\x86\MicrosoftSDKs\VSSDK\vs12\
190+
if NOT EXIST "%VSSDK12INSTALLDIR%" set VSSDK12INSTALLDIR=%VSSDK120Install%
191+
189192
set VSSDK14INSTALLDIR=%SPOROOT%\tools\x86\MicrosoftSDKs\VSSDK\vs14\
190193
if NOT EXIST "%VSSDK14INSTALLDIR%" set VSSDK14INSTALLDIR=%VSSDK140Install%
191194

0 commit comments

Comments
 (0)