mirror of
https://github.com/Cxbx-Reloaded/Cxbx-Reloaded.git
synced 2025-04-02 11:11:52 -04:00
gen-msvc-project.bat: Add Visual Studio 2022
This commit is contained in:
parent
74138d14cc
commit
8c5c80c284
1 changed files with 5 additions and 1 deletions
|
@ -47,6 +47,9 @@ GOTO :helpInfo
|
|||
)
|
||||
|
||||
:: Check second arg (Visual Studio version)
|
||||
IF "%2"=="2022" (
|
||||
SET msvc_compiler=Visual Studio 17 2022
|
||||
)
|
||||
IF "%2"=="2019" (
|
||||
SET msvc_compiler=Visual Studio 16 2019
|
||||
)
|
||||
|
@ -100,8 +103,9 @@ ECHO - ARM
|
|||
ECHO - ARM64
|
||||
ECHO ---
|
||||
ECHO arg2
|
||||
ECHO - 2017
|
||||
ECHO - 2022
|
||||
ECHO - 2019
|
||||
ECHO - 2017
|
||||
PAUSE
|
||||
GOTO :end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue