From eba1653904bd0209f00fa02ea455f7d78c533905 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 15 Feb 2006 18:48:49 +0000 Subject: 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 --- engines/scumm/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/scumm/module.mk') 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 \ -- cgit v1.2.3