diff --git a/build/workspaces/update-workspaces.bat b/build/workspaces/update-workspaces.bat index 00387d0e4d..c074014a07 100644 --- a/build/workspaces/update-workspaces.bat +++ b/build/workspaces/update-workspaces.bat @@ -2,7 +2,6 @@ rem ** Create Visual Studio Workspaces on Windows ** cd ..\premake -if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2005" --collada %* vs2005 if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada %* vs2008 if not exist ..\workspaces\vc2010\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2010" --collada %* vs2010 cd ..\workspaces