Initialize MSVC 2017 environment before build.

This commit is contained in:
Oliver Schmidt
2020-08-02 17:32:36 +02:00
parent ce19d7b84f
commit 992596c981
2 changed files with 5 additions and 1 deletions

2
src/msbuild.cmd Normal file
View File

@@ -0,0 +1,2 @@
call "%VS140COMNTOOLS%vsvars32.bat"
msbuild.exe %*