Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Add VS2015 to Dev.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
moto-timo committed Sep 3, 2015
1 parent c72c2d6 commit a4ac84b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Scripts/Bat/Dev.bat
Expand Up @@ -73,6 +73,12 @@ REM SN_UTIL should be defined even if we can't find sn.exe.
set SN_UTIL="sn.exe"

:SnDone
REM VS2015
if exist "%PROGRAM_FILES_32%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat" (
call "%PROGRAM_FILES_32%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat"
goto EnvDone
)

REM VS2013
if exist "%PROGRAM_FILES_32%\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat" (
call "%PROGRAM_FILES_32%\Microsoft Visual Studio 12.0\Common7\Tools\vsvars32.bat"
Expand Down

0 comments on commit a4ac84b

Please sign in to comment.