aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts2008-02-17 20:25:07 +0000
committerRobin Watts2008-02-17 20:25:07 +0000
commitd2513eb5f5b45bb8d8d466cb06ba9ab9ee7880bd (patch)
tree036490d08973c6d641d556efebcb5571b1d3f2b6
parent80b0d3275414011eda054087815c093e463ffc92 (diff)
downloadscummvm-rg350-d2513eb5f5b45bb8d8d466cb06ba9ab9ee7880bd.tar.gz
scummvm-rg350-d2513eb5f5b45bb8d8d466cb06ba9ab9ee7880bd.tar.bz2
scummvm-rg350-d2513eb5f5b45bb8d8d466cb06ba9ab9ee7880bd.zip
Yet another missing change from the proc3 ARM code stuff; add proc3ARM.o to
the list of modules to build if USE_ARM_COSTUME_ASM is defined. svn-id: r30898
-rw-r--r--engines/scumm/module.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/scumm/module.mk b/engines/scumm/module.mk
index 3a50bcab8c..7ae4577432 100644
--- a/engines/scumm/module.mk
+++ b/engines/scumm/module.mk
@@ -59,6 +59,11 @@ MODULE_OBJS := \
vars.o \
verbs.o
+ifdef USE_ARM_COSTUME_ASM
+MODULE_OBJS += \
+ proc3ARM.o
+endif
+
ifndef DISABLE_SCUMM_7_8
MODULE_OBJS += \
nut_renderer.o \