forked from mirrors/0ad
601892a2bb
This was SVN commit r23382.
7 lines
246 B
Batchfile
7 lines
246 B
Batchfile
@echo off
|
|
rem ** Create Visual Studio Workspaces on Windows **
|
|
|
|
cd ..\premake
|
|
if not exist ..\workspaces\vc2015\SKIP_PREMAKE_HERE premake5\bin\release\premake5 --outpath="../workspaces/vc2015" --use-shared-glooxwrapper %* vs2015
|
|
cd ..\workspaces
|