summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.obj
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-06 19:26:31 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-06 19:26:31 -0800
commitbe871d682e8087ab38c5e9e054190daf6f81fff2 (patch)
treee31a44ad0f851c3946f6d665021bb9b206dd5a66 /crawl-ref/source/makefile.obj
parent8051b93a756f55ba7985f4e6ffe4a833ce0b41cb (diff)
downloadcrawl-ref-be871d682e8087ab38c5e9e054190daf6f81fff2.tar.gz
crawl-ref-be871d682e8087ab38c5e9e054190daf6f81fff2.zip
Split up debug.cc
Diffstat (limited to 'crawl-ref/source/makefile.obj')
-rw-r--r--crawl-ref/source/makefile.obj10
1 files changed, 9 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.obj b/crawl-ref/source/makefile.obj
index 8939568c8a..d921591669 100644
--- a/crawl-ref/source/makefile.obj
+++ b/crawl-ref/source/makefile.obj
@@ -21,7 +21,10 @@ coord.o \
coordit.o \
ctest.o \
database.o \
-debug.o \
+dbg-asrt.o \
+dbg-maps.o \
+dbg-scan.o \
+dbg-util.o \
decks.o \
delay.o \
describe.o \
@@ -149,4 +152,9 @@ view.o \
viewchar.o \
viewgeom.o \
viewmap.o \
+wiz-dgn.o \
+wiz-fsim.o \
+wiz-item.o \
+wiz-mon.o \
+wiz-you.o \
xom.o