Little bug fixed; Release builds should work again.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1381 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-06-15 10:52:10 +00:00
parent 398b666a8d
commit bb773c1246
+1 -1
View File
@@ -10,7 +10,7 @@ uqm_CFILES="battle.c border.c build.c cleanup.c clock.c collide.c comm.c
starcon.c starmap.c state.c status.c tactrans.c starcon.c starmap.c state.c status.c tactrans.c
trans.c util.c velocity.c weapon.c" trans.c util.c velocity.c weapon.c"
if [ -n "$DEBUG" ]; then if [ "$DEBUG" = 1 ]; then
uqm_CFILES="$uqm_CFILES debug.c" uqm_CFILES="$uqm_CFILES debug.c"
fi fi