uqmdebug.c is already included in all builds anyway

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1927 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2005-10-26 04:04:54 +00:00
parent 3930f1c1aa
commit 065bd536ca
-5
View File
@@ -9,8 +9,3 @@ uqm_CFILES="battle.c border.c build.c cleanup.c clock.c collide.c comm.c
settings.c setup.c setupmenu.c ship.c shipstat.c shipyard.c
sis.c sounds.c starbase.c starcon.c starmap.c state.c status.c
tactrans.c trans.c uqmdebug.c util.c velocity.c weapon.c"
if [ "$DEBUG" = 1 ]; then
uqm_CFILES="$uqm_CFILES uqmdebug.c"
fi