aboutsummaryrefslogtreecommitdiff
path: root/kyra/module.mk
diff options
context:
space:
mode:
authorGregory Montoir2005-08-19 22:12:09 +0000
committerGregory Montoir2005-08-19 22:12:09 +0000
commit24265fd3dd1681835f63e3c901158adef1ec5bc5 (patch)
tree36a28654b271ca5d8f12006f95f4990deaf371f8 /kyra/module.mk
parented2a18569a68d5be78d5a893d66979eef9fe06cd (diff)
downloadscummvm-rg350-24265fd3dd1681835f63e3c901158adef1ec5bc5.tar.gz
scummvm-rg350-24265fd3dd1681835f63e3c901158adef1ec5bc5.tar.bz2
scummvm-rg350-24265fd3dd1681835f63e3c901158adef1ec5bc5.zip
some WIP code to start introduction (with glitches) in Kyrandia 1 :
- the decoders have been rewritten due to crashes I encountered with the previous ones in Compression:: - the wsa code loader for v1 have been rewritten too, to handle the same flags as the original - some cleanup - this has only been tested with the floppy version svn-id: r18704
Diffstat (limited to 'kyra/module.mk')
-rw-r--r--kyra/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/kyra/module.mk b/kyra/module.mk
index 1026f29468..96b84702ad 100644
--- a/kyra/module.mk
+++ b/kyra/module.mk
@@ -1,15 +1,16 @@
MODULE := kyra
MODULE_OBJS := \
- kyra/codecs.o \
kyra/cpsimage.o \
kyra/font.o \
kyra/kyra.o \
kyra/palette.o \
kyra/resource.o \
+ kyra/screen.o \
kyra/script_v1.o \
kyra/script.o \
kyra/sound.o \
+ kyra/staticres.o \
kyra/wsamovie.o
MODULE_DIRS += \