aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/module.mk
diff options
context:
space:
mode:
authorFilippos Karapetis2008-12-01 20:35:36 +0000
committerFilippos Karapetis2008-12-01 20:35:36 +0000
commitaf945ac7881ae7e414f004bd0e99e8c3b5d76be9 (patch)
tree72e9c6fd43406e2021973b4f163ab4faa10143fb /engines/tinsel/module.mk
parentf10f151ff742801e12534bb052bd89419bf906cb (diff)
downloadscummvm-rg350-af945ac7881ae7e414f004bd0e99e8c3b5d76be9.tar.gz
scummvm-rg350-af945ac7881ae7e414f004bd0e99e8c3b5d76be9.tar.bz2
scummvm-rg350-af945ac7881ae7e414f004bd0e99e8c3b5d76be9.zip
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 should be completable
svn-id: r35196
Diffstat (limited to 'engines/tinsel/module.mk')
-rw-r--r--engines/tinsel/module.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/tinsel/module.mk b/engines/tinsel/module.mk
index b00afcddbc..dc89731842 100644
--- a/engines/tinsel/module.mk
+++ b/engines/tinsel/module.mk
@@ -5,11 +5,14 @@ MODULE_OBJS = \
anim.o \
background.o \
bg.o \
+ bmv.o \
cliprect.o \
config.o \
cursor.o \
debugger.o \
detection.o \
+ dialogs.o \
+ drives.o \
effect.o \
events.o \
faders.o \
@@ -17,7 +20,6 @@ MODULE_OBJS = \
graphics.o \
handle.o \
heapmem.o \
- inventory.o \
mareels.o \
move.o \
multiobj.o \
@@ -37,6 +39,7 @@ MODULE_OBJS = \
scroll.o \
sound.o \
strres.o \
+ sysvar.o \
text.o \
timers.o \
tinlib.o \