mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-06 00:03:39 +00:00
90d276b0dc
Change dir to batch-script location as first action. This allows to run the script from outside the directory its stored.
8 lines
246 B
Batchfile
8 lines
246 B
Batchfile
@echo off
|
|
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
|
|
cd ..\workspaces
|