mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 22:03:56 -07:00
Change dir to batch-script location as first action. This allows to run the script from outside the directory its stored.
7 lines
246 B
Batchfile
7 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
|