aboutsummaryrefslogtreecommitdiff
path: root/engines/made/module.mk
diff options
context:
space:
mode:
authorDavid Turner2010-11-08 12:17:19 +0000
committerDavid Turner2010-11-08 12:17:19 +0000
commitc76f0c6c022766a2db7e96e3e68260d3b9bd7a25 (patch)
tree53274d387959460cd089424c8be63c2328f29970 /engines/made/module.mk
parent416025cda90f23ea5b94c88dcea0c202df279223 (diff)
downloadscummvm-rg350-c76f0c6c022766a2db7e96e3e68260d3b9bd7a25.tar.gz
scummvm-rg350-c76f0c6c022766a2db7e96e3e68260d3b9bd7a25.tar.bz2
scummvm-rg350-c76f0c6c022766a2db7e96e3e68260d3b9bd7a25.zip
MADE: Added basic debugging console to engine
MADE does not currently use Debug Channels, but this does provide a base for adding them along with any other debugging commands. svn-id: r54139
Diffstat (limited to 'engines/made/module.mk')
-rw-r--r--engines/made/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/made/module.mk b/engines/made/module.mk
index 78c906b288..d8c0c9eeb5 100644
--- a/engines/made/module.mk
+++ b/engines/made/module.mk
@@ -1,6 +1,7 @@
MODULE := engines/made
MODULE_OBJS := \
+ console.o \
database.o \
detection.o \
graphics.o \