aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/module.mk
diff options
context:
space:
mode:
authorTravis Howell2007-12-27 11:40:29 +0000
committerTravis Howell2007-12-27 11:40:29 +0000
commit410a4a974ef78324ba6d8bd5535b2b46b231b0f7 (patch)
tree0d51afe35658e4b7d880d8a495a2760b958b43ff /engines/scumm/module.mk
parent1bafd03a698130c21c222edb0bc011fc39a6e003 (diff)
downloadscummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.tar.gz
scummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.tar.bz2
scummvm-rg350-410a4a974ef78324ba6d8bd5535b2b46b231b0f7.zip
Enable Windows version of early HE games by default, to match already enabled 3DO/DOS/Macintosh versions of early HE games. Adding only the minimum code required for HE70 games.
svn-id: r30011
Diffstat (limited to 'engines/scumm/module.mk')
-rw-r--r--engines/scumm/module.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk
index 2d70b167ea..ee3573975b 100644
--- a/engines/scumm/module.mk
+++ b/engines/scumm/module.mk
@@ -16,7 +16,9 @@ MODULE_OBJS := \
file.o \
file_nes.o \
gfx.o \
+ he/resource_he.o \
he/script_v60he.o \
+ he/script_v70he.o \
he/sound_he.o \
help.o \
imuse/imuse.o \
@@ -103,8 +105,7 @@ MODULE_OBJS += \
he/floodfill_he.o \
he/logic_he.o \
he/palette_he.o \
- he/resource_he.o \
- he/script_v70he.o \
+ he/script_v71he.o \
he/script_v72he.o \
he/script_v80he.o \
he/script_v90he.o \