gen-msvc-project.bat: Default to VS2019
This commit is contained in:
parent
494ef0b267
commit
b8b08e716e
|
@ -54,7 +54,7 @@ IF "%2"=="2017" (
|
|||
SET msvc_compiler=Visual Studio 15 2017
|
||||
)
|
||||
IF "%2"=="" (
|
||||
SET msvc_compiler=Visual Studio 15 2017
|
||||
SET msvc_compiler=Visual Studio 16 2019
|
||||
)
|
||||
IF NOT DEFINED msvc_compiler (
|
||||
GOTO :helpInfo
|
||||
|
|
Loading…
Reference in New Issue