From 0401cd486b20f49dfe0a90a147374463a2053708 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Fri, 27 Mar 2009 01:45:22 +0000 Subject: [PATCH] Removed Collada_dbg.dll since it's outdated and not autobuilt. Added --collada option to default update-workspaces, so Collada_dbg.dll will get compiled automatically. This was SVN commit r6793. --- build/workspaces/update-workspaces.bat | 4 ++-- build/workspaces/update-workspaces.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/workspaces/update-workspaces.bat b/build/workspaces/update-workspaces.bat index 75487be364..cdc61e071d 100644 --- a/build/workspaces/update-workspaces.bat +++ b/build/workspaces/update-workspaces.bat @@ -9,7 +9,7 @@ rem it's entirely analogous to other cmdlines - just copy+paste if needed again. cd ..\premake -if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake --target vs2005 --outpath ../workspaces/vc2005 %* -if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake --target vs2008 --outpath ../workspaces/vc2008 %* +if not exist ..\workspaces\vc2005\SKIP_PREMAKE_HERE premake --collada --target vs2005 --outpath ../workspaces/vc2005 %* +if not exist ..\workspaces\vc2008\SKIP_PREMAKE_HERE premake --collada --target vs2008 --outpath ../workspaces/vc2008 %* cd ..\workspaces diff --git a/build/workspaces/update-workspaces.sh b/build/workspaces/update-workspaces.sh index 3fffea07b1..48d7be1a3d 100755 --- a/build/workspaces/update-workspaces.sh +++ b/build/workspaces/update-workspaces.sh @@ -11,7 +11,7 @@ cd $premake_dir # build/premake/ -./premake --outpath $workspace_dir --atlas $* --target gnu +./premake --outpath $workspace_dir --atlas --collada $* --target gnu # These files need to be linked; premake makefiles assume that the # lua file is accessible from the makefile directory