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