aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ds/arm9
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-03 22:08:32 +0000
committerTony Puccinelli2010-08-03 22:08:32 +0000
commit520c0a40098a9687f4d85343267cda9c5b5c971b (patch)
tree9bd9cb6a73552a7230b05c5b718905c2c83c1607 /backends/platform/ds/arm9
parent9f5bcadaea8bb51efb21d23b24a3ff4fafd9bb05 (diff)
downloadscummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.tar.gz
scummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.tar.bz2
scummvm-rg350-520c0a40098a9687f4d85343267cda9c5b5c971b.zip
added checks for ELF_LOADER_TARGET before including the elf plugin provider
svn-id: r51716
Diffstat (limited to 'backends/platform/ds/arm9')
-rw-r--r--backends/platform/ds/arm9/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile
index d86a019452..adcf24f5ff 100644
--- a/backends/platform/ds/arm9/makefile
+++ b/backends/platform/ds/arm9/makefile
@@ -238,7 +238,7 @@ CXXFLAGS= $(CFLAGS) -Wno-non-virtual-dtor -Wno-unknown-pragmas -Wno-reorder \
ASFLAGS = -mcpu=arm9tdmi -mthumb-interwork
-DEFINES += -D__DS__ -DNDS -DARM9 -DNONSTANDARD_PORT -DDISABLE_FANCY_THEMES -DVECTOR_RENDERER_FORMAT=1555 -DDISABLE_DOSBOX_OPL -DDISABLE_DEFAULT_SAVEFILEMANAGER -DARM
+DEFINES += -D__DS__ -DNDS -DARM9 -DNONSTANDARD_PORT -DDISABLE_FANCY_THEMES -DVECTOR_RENDERER_FORMAT=1555 -DDISABLE_DOSBOX_OPL -DDISABLE_DEFAULT_SAVEFILEMANAGER -DELF_LOADER_TARGET -DNEW_PLUGIN_DESIGN_FIRST_REFINEMENT -DARM
ifdef USE_MAD
DEFINES += -DUSE_MAD
endif