From d672d9625d075b12f71508e16700f56e56746946 Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Sun, 17 Nov 2013 23:11:56 +0000 Subject: [PATCH] Changes update-workspaces.bat to not generate a vc2013 workspace by default, since the game won't successfully build yet, refs #2271 This was SVN commit r14210. --- build/workspaces/update-workspaces.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/build/workspaces/update-workspaces.bat b/build/workspaces/update-workspaces.bat index cecdd4ef18..c74722b4c6 100644 --- a/build/workspaces/update-workspaces.bat +++ b/build/workspaces/update-workspaces.bat @@ -5,5 +5,4 @@ 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\vc2013\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2013" --collada --use-shared-glooxwrapper %* vs2013 cd ..\workspaces