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.
This commit is contained in:
Ykkrosh 2009-03-27 01:45:22 +00:00
parent 2d15c81313
commit 0401cd486b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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