mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
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:
parent
2d15c81313
commit
0401cd486b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue