From 3f75e5db0e2d43803efe0731e34f3794aa288538 Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Mon, 22 Sep 2014 19:42:55 +0000 Subject: [PATCH] Adds --sdl2 flag to update-workspaces.bat, making SDL2 the default on Windows, refs #2041 This was SVN commit r15786. --- build/workspaces/update-workspaces.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/workspaces/update-workspaces.bat b/build/workspaces/update-workspaces.bat index c74722b4c6..4b735aa20d 100644 --- a/build/workspaces/update-workspaces.bat +++ b/build/workspaces/update-workspaces.bat @@ -2,7 +2,7 @@ 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 %* 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\vc2012\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2012" --collada --use-shared-glooxwrapper %* vs2012 +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 cd ..\workspaces