mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
7 lines
259 B
Batchfile
7 lines
259 B
Batchfile
@echo off
|
|
rem ** Create Visual Studio Workspaces on Windows **
|
|
|
|
cd /D "%~dp0"
|
|
cd ..\bin
|
|
if not exist ..\workspaces\vs2022\SKIP_PREMAKE_HERE premake5.exe --file="../premake/premake5.lua" --outpath="../workspaces/vs2022" %* vs2022 || exit /b 1
|
|
cd ..\workspaces
|