1
0
forked from 0ad/0ad
0ad/build/workspaces/update-workspaces.bat
historic_bruno e48e330db7 Sets SDL2 as default and only build option on Windows.
Removes remnants of WSDL. Refs #2041

This was SVN commit r16357.
2015-02-20 05:52:18 +00:00

8 lines
336 B
Batchfile

@echo off
rem ** Create Visual Studio Workspaces on Windows **
cd ..\premake
rem ** Support for Visual Studio versions <2013 has been dropped (check #2669).
if not exist ..\workspaces\vc2013\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2013" --collada --use-shared-glooxwrapper %* vs2013
cd ..\workspaces