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

Commit 3d87334

Browse files
committed
Merge pull request #130 from smaillet-ms/Fixed-SDK-buildvs2013vsix
Fixed SDK building VS2013 VSIX #127
2 parents 8a56780 + b09927c commit 3d87334

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)