From 94ff479e19f6e5541af96090bc1c207587a6148c Mon Sep 17 00:00:00 2001 From: nlanza Date: Tue, 2 Aug 2005 03:20:20 +0000 Subject: Initial import missed this, which hoses the build completely. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4 c06c8d41-db1a-0410-9941-cceddc491573 --- trunk/source/makefile.obj | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 trunk/source/makefile.obj (limited to 'trunk/source') diff --git a/trunk/source/makefile.obj b/trunk/source/makefile.obj new file mode 100644 index 0000000000..ce55496c5c --- /dev/null +++ b/trunk/source/makefile.obj @@ -0,0 +1,62 @@ +OBJECTS = \ +abl-show.o \ +abyss.o \ +acr.o \ +beam.o \ +chardump.o \ +cloud.o \ +command.o \ +debug.o \ +delay.o \ +decks.o \ +describe.o \ +direct.o \ +dungeon.o \ +effects.o \ +fight.o \ +files.o \ +food.o \ +hiscores.o \ +initfile.o \ +insult.o \ +invent.o \ +it_use2.o \ +it_use3.o \ +item_use.o \ +itemname.o \ +items.o \ +lev-pand.o \ +libutil.o \ +macro.o \ +maps.o \ +message.o \ +misc.o \ +monplace.o \ +mon-pick.o \ +monstuff.o \ +monspeak.o \ +mon-util.o \ +mstuff2.o \ +mutation.o \ +newgame.o \ +ouch.o \ +output.o \ +overmap.o \ +player.o \ +randart.o \ +religion.o \ +shopping.o \ +skills.o \ +skills2.o \ +spells1.o \ +spells2.o \ +spells3.o \ +spells4.o \ +spl-book.o \ +spl-cast.o \ +spl-util.o \ +stuff.o \ +tags.o \ +transfor.o \ +view.o \ +wpn-misc.o -- cgit v1.2.3-54-g00ecf