1
1
forked from 0ad/0ad

Adds --sdl2 flag to update-workspaces.bat, making SDL2 the default on Windows, refs #2041

This was SVN commit r15786.
This commit is contained in:
historic_bruno 2014-09-22 19:42:55 +00:00
parent 5593f573f4
commit 3f75e5db0e

View File

@ -2,7 +2,7 @@
rem ** Create Visual Studio Workspaces on Windows ** rem ** Create Visual Studio Workspaces on Windows **
cd ..\premake cd ..\premake
if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada --use-shared-glooxwrapper %* vs2008 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 %* vs2010 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 %* vs2012 if not exist ..\workspaces\vc2012\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2012" --collada --use-shared-glooxwrapper --sdl2 %* vs2012
cd ..\workspaces cd ..\workspaces