forked from mirrors/0ad
Add VS2022 support with the v143 toolset
This commit is contained in:
@@ -3,5 +3,5 @@ rem ** Create Visual Studio Workspaces on Windows **
|
||||
|
||||
cd /D "%~dp0"
|
||||
cd ..\bin
|
||||
if not exist ..\workspaces\vs2017\SKIP_PREMAKE_HERE premake5.exe --file="../premake/premake5.lua" --outpath="../workspaces/vs2017" %* vs2017 || exit /b 1
|
||||
if not exist ..\workspaces\vs2022\SKIP_PREMAKE_HERE premake5.exe --file="../premake/premake5.lua" --outpath="../workspaces/vs2022" %* vs2022 || exit /b 1
|
||||
cd ..\workspaces
|
||||
|
||||
Reference in New Issue
Block a user