1
0
forked from mirrors/0ad

Add VS2022 support with the v143 toolset

This commit is contained in:
Stan
2024-11-02 14:09:34 +01:00
committed by Itms
parent 8ed40553c8
commit ef69c37f66
7 changed files with 29 additions and 74 deletions
+1 -1
View File
@@ -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