tools: switch default build to latest Visual Studio

This commit is contained in:
Bill Zissimopoulos
2020-05-21 15:51:32 -07:00
parent b663cfdca5
commit 675ecf2e51
6 changed files with 13 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ setlocal
set Configuration=Release
if not X%1==X set Configuration=%1
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
call "%~dp0vcvarsall.bat" x64
cd %~dp0..\ext\test
nmake /f Nmakefile