0ad/build/workspaces/update-workspaces.bat
janwas cf89464e64 # autobuilder fix
detours is configured as a static lib, which would require using the
same compiler, but we have several in action.
fix: include a stripped down version of its code in the main source tree

This was SVN commit r5126.
2007-06-02 12:43:42 +00:00

16 lines
415 B
Batchfile

@echo off
rem ** Create Visual Studio Workspaces on Windows **
rem mkdir vc2003
mkdir vc2005
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 %*
cd ..\workspaces