aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/module.mk
diff options
context:
space:
mode:
authorEugene Sandulenko2006-02-15 18:48:49 +0000
committerEugene Sandulenko2006-02-15 18:48:49 +0000
commiteba1653904bd0209f00fa02ea455f7d78c533905 (patch)
tree9c8bc18e7a115baddb2cde99ac276b92a0e3eb60 /engines/scumm/module.mk
parent3f1a4fd6d2977f71be2a120ef4dd1738324018af (diff)
downloadscummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.tar.gz
scummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.tar.bz2
scummvm-rg350-eba1653904bd0209f00fa02ea455f7d78c533905.zip
o Renamed script_v6he.cpp and script_v7he.cpp to script_v60he.cpp and
script_v70he.cpp respectively since we use 2 digits for HE versioning. o Also renamed resource_v7he.* to resource_he.* because it is actually not HE70-specific but is used by all HE70+ titles. svn-id: r20703
Diffstat (limited to 'engines/scumm/module.mk')
-rw-r--r--engines/scumm/module.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk
index 0e90736329..97b4323af6 100644
--- a/engines/scumm/module.mk
+++ b/engines/scumm/module.mk
@@ -39,7 +39,7 @@ MODULE_OBJS := \
script_v2.o \
script_v5.o \
script_v6.o \
- he/script_v6he.o \
+ he/script_v60he.o \
scumm.o \
sound.o \
he/sound_he.o \
@@ -83,8 +83,8 @@ MODULE_OBJS += \
he/floodfill_he.o \
he/logic_he.o \
he/palette_he.o \
- he/resource_v7he.o \
- he/script_v7he.o \
+ he/resource_he.o \
+ he/script_v70he.o \
he/script_v72he.o \
he/script_v80he.o \
he/script_v90he.o \