Skip to content

Commit 64ce40d

Browse files
author
Daryl Walleck
committed
Adding build support for VS 2017
1 parent 68e31ad commit 64ce40d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

build.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ IF NOT "%1"=="" (
2020

2121
:: Load the environment of the most recent version of Visual Studio installed
2222
if not defined VisualStudioVersion (
23+
if defined VS150COMNTOOLS (
24+
call "%VS150COMNTOOLS%\VsDevCmd.bat"
25+
goto :build
26+
)
27+
2328
if defined VS140COMNTOOLS (
2429
call "%VS140COMNTOOLS%\VsDevCmd.bat"
2530
goto :build

0 commit comments

Comments
 (0)