aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/module.mk
diff options
context:
space:
mode:
authorathrxx2019-04-14 16:02:11 +0200
committerathrxx2019-04-15 21:51:47 +0200
commit462fea2ccaa894d5b19372ddccc606d25333127a (patch)
treeafbffd763967e0386e843541bce06689edcf304d /engines/kyra/module.mk
parentb00049732f66eaeeb4abf57586201e60c186a008 (diff)
downloadscummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.tar.gz
scummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.tar.bz2
scummvm-rg350-462fea2ccaa894d5b19372ddccc606d25333127a.zip
KYRA: sound files/classes reorganization step #1
Rename files which are only used for one target. This is actually wrong for my renaming of sound_towns. But I'll move the code for other targets to different files in another commit. I want to do just the renaming here, so that Git might be better at preserving the history.
Diffstat (limited to 'engines/kyra/module.mk')
-rw-r--r--engines/kyra/module.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/kyra/module.mk b/engines/kyra/module.mk
index 9c20ad6569..98494bc19f 100644
--- a/engines/kyra/module.mk
+++ b/engines/kyra/module.mk
@@ -61,11 +61,11 @@ MODULE_OBJS := \
sequence/sequences_hof.o \
sequence/sequences_mr.o \
sound/sound_adlib.o \
- sound/sound_amiga.o \
- sound/sound_digital.o \
+ sound/sound_amiga_lok.o \
+ sound/sound_digital_mr.o \
sound/sound_midi.o \
sound/sound_pcspk.o \
- sound/sound_towns.o \
+ sound/sound_towns_lok.o \
sound/sound.o \
sound/sound_lok.o \
text/text.o \