aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-03-13 16:59:29 +0100
committerEinar Johan Trøan Sømåen2012-06-02 12:42:07 +0200
commit403839cd7062cda1d6e7e7de8b632f9da1947bc7 (patch)
tree0c91b239436db77f0bbfb6fe39c4b1e634bda79c /engines/wintermute/module.mk
parent85adc3a3babd03d900dbeb70ec6faa7270d6e926 (diff)
downloadscummvm-rg350-403839cd7062cda1d6e7e7de8b632f9da1947bc7.tar.gz
scummvm-rg350-403839cd7062cda1d6e7e7de8b632f9da1947bc7.tar.bz2
scummvm-rg350-403839cd7062cda1d6e7e7de8b632f9da1947bc7.zip
WINTERMUTE: Add crc to the build
Diffstat (limited to 'engines/wintermute/module.mk')
-rw-r--r--engines/wintermute/module.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wintermute/module.mk b/engines/wintermute/module.mk
index 2870ec47fe..06fff01eeb 100644
--- a/engines/wintermute/module.mk
+++ b/engines/wintermute/module.mk
@@ -7,7 +7,9 @@ MODULE_OBJS := \
scriptables/ScValue.o \
scriptables/SXArray.o \
scriptables/SXDate.o \
+ scriptables/SXFile.o \
scriptables/SXMath.o \
+ scriptables/SxObject.o \
scriptables/SXMemBuffer.o \
scriptables/SXStore.o \
scriptables/SXString.o \
@@ -78,6 +80,7 @@ MODULE_OBJS := \
BTransitionMgr.o \
BViewport.o \
ConvertUTF.o \
+ crc.o \
detection.o \
FontGlyphCache.o \
MathUtil.o \