aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2015-07-12 22:30:32 -0400
committerPaul Gilbert2015-07-12 22:30:32 -0400
commit6c036549806491012a1921bbe4aa3b5a3252702d (patch)
treee4f7d2be1b9f0228dac559f35d87b1a1ee1a6073 /engines/sherlock/module.mk
parent918f6c06a61e777ba200335a3595d90e21bdc6dd (diff)
downloadscummvm-rg350-6c036549806491012a1921bbe4aa3b5a3252702d.tar.gz
scummvm-rg350-6c036549806491012a1921bbe4aa3b5a3252702d.tar.bz2
scummvm-rg350-6c036549806491012a1921bbe4aa3b5a3252702d.zip
SHERLOCK: Split up Debugger class for both games
Diffstat (limited to 'engines/sherlock/module.mk')
-rw-r--r--engines/sherlock/module.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/module.mk b/engines/sherlock/module.mk
index c1591b647c..73067fdc14 100644
--- a/engines/sherlock/module.mk
+++ b/engines/sherlock/module.mk
@@ -8,6 +8,7 @@ MODULE_OBJS = \
scalpel/drivers/mt32.o \
scalpel/tsage/logo.o \
scalpel/tsage/resources.o \
+ scalpel/scalpel_debugger.o \
scalpel/scalpel_fixed_text.o \
scalpel/scalpel_inventory.o \
scalpel/scalpel_journal.o \
@@ -21,6 +22,7 @@ MODULE_OBJS = \
scalpel/settings.o \
tattoo/tattoo.o \
tattoo/tattoo_darts.o \
+ tattoo/tattoo_debugger.o \
tattoo/tattoo_fixed_text.o \
tattoo/tattoo_inventory.o \
tattoo/tattoo_journal.o \