waterfall textures reduced 50%
[0ad.git] / build / workspaces / update-workspaces.bat
blob00387d0e4db9e47072fc9f1b2f2c79bc9db4086d
1 @echo off
2 rem ** Create Visual Studio Workspaces on Windows **
4 cd ..\premake
5 if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2005" --collada %* vs2005
6 if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2008" --collada %* vs2008
7 if not exist ..\workspaces\vc2010\SKIP_PREMAKE_HERE premake4\bin\release\premake4 --outpath="../workspaces/vc2010" --collada %* vs2010
8 cd ..\workspaces