mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-12 14:36:04 +00:00
3c33a8a072
Fixes #2271, addresses d672d9625d.
This was SVN commit r15883.
10 lines
767 B
Batchfile
10 lines
767 B
Batchfile
@echo off
|
|
rem ** Create Visual Studio Workspaces on Windows **
|
|
|
|
cd ..\premake
|
|
if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada --use-shared-glooxwrapper --sdl2 %* vs2008
|
|
if not exist ..\workspaces\vc2010\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2010" --collada --use-shared-glooxwrapper --sdl2 %* vs2010
|
|
if not exist ..\workspaces\vc2012\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2012" --collada --use-shared-glooxwrapper --sdl2 %* vs2012
|
|
if not exist ..\workspaces\vc2013\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2013" --collada --use-shared-glooxwrapper --sdl2 %* vs2013
|
|
cd ..\workspaces
|