1
0
forked from 0ad/0ad

Reverted update-workspaces.bat

This was SVN commit r5127.
This commit is contained in:
Ykkrosh 2007-06-02 15:24:20 +00:00
parent cf89464e64
commit c3de4710d3

View File

@ -1,7 +1,7 @@
@echo off
rem ** Create Visual Studio Workspaces on Windows **
rem mkdir vc2003
mkdir vc2003
mkdir vc2005
cd ..\premake
@ -9,7 +9,7 @@ cd ..\premake
rem VC2002 removed because no one is using it and generating it wastes time.
rem it's entirely analogous to other cmdlines - just copy+paste if needed again.
rem premake --target vs2003 --outpath ../workspaces/vc2003 %*
premake --target vs2005 --outpath ../workspaces/vc2005 --atlas %*
premake --target vs2003 --outpath ../workspaces/vc2003 %*
premake --target vs2005 --outpath ../workspaces/vc2005 %*
cd ..\workspaces