Skip to content

Commit

Permalink
Also detect VS2017
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Mar 28, 2017
1 parent f1f72f2 commit a59694c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/cl-wrapper.bat
@@ -1,6 +1,8 @@
@echo off

IF NOT "%VS140COMNTOOLS%"=="" (
IF NOT "%VS150COMNTOOLS%"=="" (
call "%VS150COMNTOOLS%/../../VC/vcvarsall.bat" amd64
) ELSE IF NOT "%VS140COMNTOOLS%"=="" (
call "%VS140COMNTOOLS%/../../VC/vcvarsall.bat" amd64
) ELSE IF NOT "%VS120COMNTOOLS%"=="" (
call "%VS120COMNTOOLS%/../../VC/vcvarsall.bat" amd64
Expand Down

0 comments on commit a59694c

Please sign in to comment.