From 3c33a8a0720a4b4b32f6afa2ed614e47f84f31ff Mon Sep 17 00:00:00 2001 From: Itms Date: Fri, 17 Oct 2014 17:50:53 +0000 Subject: [PATCH] Add back the VS2013 project files to the files generated by update-workspaces.bat on Windows, as Boost libs were updated to 1.56. Fixes #2271, addresses d672d9625d. This was SVN commit r15883. --- build/workspaces/update-workspaces.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/build/workspaces/update-workspaces.bat b/build/workspaces/update-workspaces.bat index 4b735aa20d..4b6d195283 100644 --- a/build/workspaces/update-workspaces.bat +++ b/build/workspaces/update-workspaces.bat @@ -5,4 +5,5 @@ 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