aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/module.mk
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2012-06-01 00:43:12 +0200
committerEinar Johan Trøan Sømåen2012-06-02 13:07:08 +0200
commit03284a3f88d618455c290e5dc4a50ab72ce586e8 (patch)
tree2c1684559691968a3f384571668ad29f198f98b6 /engines/wintermute/module.mk
parentc05059ea8a78ef2c6f0f6f9caff3495f7ab28ade (diff)
downloadscummvm-rg350-03284a3f88d618455c290e5dc4a50ab72ce586e8.tar.gz
scummvm-rg350-03284a3f88d618455c290e5dc4a50ab72ce586e8.tar.bz2
scummvm-rg350-03284a3f88d618455c290e5dc4a50ab72ce586e8.zip
WINTERMUTE: Add TGA-support to BSurfaceSDL
Diffstat (limited to 'engines/wintermute/module.mk')
-rw-r--r--engines/wintermute/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/wintermute/module.mk b/engines/wintermute/module.mk
index b5ad3e9921..6faab5d506 100644
--- a/engines/wintermute/module.mk
+++ b/engines/wintermute/module.mk
@@ -14,6 +14,7 @@ MODULE_OBJS := \
scriptables/SXStore.o \
scriptables/SXString.o \
graphics/transparentSurface.o \
+ graphics/tga.o \
AdActor.o \
AdActorDir.o \
AdEntity.o \