mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 18:08:20 +00:00
e48e330db7
Removes remnants of WSDL. Refs #2041 This was SVN commit r16357.
8 lines
336 B
Batchfile
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
|