comm.c restructuring

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2483 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2006-10-29 19:33:11 +00:00
parent d543a90f42
commit 78a092b3f6
+10 -9
View File
@@ -1,14 +1,15 @@
uqm_SUBDIRS="comm libs planets ships" uqm_SUBDIRS="comm libs planets ships"
uqm_CFILES="battle.c border.c build.c cleanup.c clock.c collide.c comm.c uqm_CFILES="battle.c border.c build.c cleanup.c clock.c collide.c comm.c
commglue.c confirm.c credits.c cyborg.c demo.c displist.c commanim.c commglue.c confirm.c credits.c cyborg.c demo.c
dummy.c encount.c fmv.c galaxy.c gameev.c gameinp.c gameopt.c displist.c dummy.c encount.c fmv.c galaxy.c gameev.c
gendef.c getchar.c globdata.c gravity.c gravwell.c grpinfo.c gameinp.c gameopt.c gendef.c getchar.c globdata.c gravity.c
hyper.c init.c intel.c intro.c ipdisp.c load.c loadship.c gravwell.c grpinfo.c hyper.c init.c intel.c intro.c ipdisp.c
master.c melee.c menu.c misc.c mouse_err.c oscill.c outfit.c load.c loadship.c master.c melee.c menu.c misc.c mouse_err.c
pickmele.c pickship.c plandata.c process.c restart.c save.c oscill.c outfit.c pickmele.c pickship.c plandata.c process.c
settings.c setup.c setupmenu.c ship.c shipstat.c shipyard.c restart.c save.c settings.c setup.c setupmenu.c ship.c
sis.c sounds.c starbase.c starcon.c starmap.c state.c status.c shipstat.c shipyard.c sis.c sounds.c starbase.c starcon.c
tactrans.c trans.c uqmdebug.c util.c velocity.c weapon.c" starmap.c state.c status.c tactrans.c trans.c uqmdebug.c
util.c velocity.c weapon.c"
if [ -n "$uqm_NETPLAY" ]; then if [ -n "$uqm_NETPLAY" ]; then
uqm_SUBDIRS="$uqm_SUBDIRS netplay" uqm_SUBDIRS="$uqm_SUBDIRS netplay"
fi fi