Skip to content

Commit

Permalink
changed setenv_vs to use VS2015 as the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
smaillet-ms committed May 19, 2015
1 parent 9aafd30 commit ec34a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setenv_vs.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

IF NOT "" == "%1" SET VS_VER=%1
IF "" == "%VS_VER%" SET VS_VER=11
IF "" == "%VS_VER%" SET VS_VER=14

%~dp0\setenv_base.cmd VS %VS_VER% %2 %3 %4 %5

Expand Down

0 comments on commit ec34a34

Please sign in to comment.