aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
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 \