aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-03-06 02:44:24 +0100
committerEinar Johan Trøan Sømåen2012-06-02 12:12:20 +0200
commit72a44cdc7b2040037a97f00c0c218b7f6bd9cd31 (patch)
tree15eecc583bf7f144188865fb2b113e2a9db5b9db /engines/wintermute/module.mk
parent997c5df43000b7db5b73aa883343d00df92c6cd0 (diff)
downloadscummvm-rg350-72a44cdc7b2040037a97f00c0c218b7f6bd9cd31.tar.gz
scummvm-rg350-72a44cdc7b2040037a97f00c0c218b7f6bd9cd31.tar.bz2
scummvm-rg350-72a44cdc7b2040037a97f00c0c218b7f6bd9cd31.zip
WINTERMUTE: Add the script-classes
Diffstat (limited to 'engines/wintermute/module.mk')
-rw-r--r--engines/wintermute/module.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/wintermute/module.mk b/engines/wintermute/module.mk
index 2eda176c75..45708e2b84 100644
--- a/engines/wintermute/module.mk
+++ b/engines/wintermute/module.mk
@@ -1,8 +1,17 @@
MODULE := engines/wintermute
MODULE_OBJS := \
+ scriptables/ScScript.o \
+ scriptables/ScStack.o \
+ scriptables/ScValue.o \
+ scriptables/SXArray.o \
+ scriptables/SXDate.o \
+ scriptables/SXMath.o \
+ scriptables/SXMemBuffer.o \
BBase.o \
+ BNamedObject.o \
BParser.o \
+ BScriptable.o \
detection.o \
SysClass.o \
SysInstance.o \