aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-05 02:21:11 +0000
committerTony Puccinelli2010-08-05 02:21:11 +0000
commitcade67be4f2d297b855628ff7ca0f2cd1c1efcc2 (patch)
tree0ba87b63fd650da23e63e22ba9cd0562af39e1f2 /backends/platform/ps2
parent56dd82d02c854f461fb636e78c1a0519f1fe917d (diff)
downloadscummvm-rg350-cade67be4f2d297b855628ff7ca0f2cd1c1efcc2.tar.gz
scummvm-rg350-cade67be4f2d297b855628ff7ca0f2cd1c1efcc2.tar.bz2
scummvm-rg350-cade67be4f2d297b855628ff7ca0f2cd1c1efcc2.zip
added plugin design first refinement define to ps2 makefile
svn-id: r51749
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r--backends/platform/ps2/Makefile.ps22
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2
index 0d6df8ae69..e5617f40bd 100644
--- a/backends/platform/ps2/Makefile.ps2
+++ b/backends/platform/ps2/Makefile.ps2
@@ -77,7 +77,7 @@ DEPDIR = .deps
TARGET = elf/scummvm.elf
-DEFINES += -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -DELF_LOADER_TARGET -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions -DNO_ADAPTOR
+DEFINES += -DUSE_VORBIS -DUSE_TREMOR -DUSE_MAD -DUSE_ZLIB -DFORCE_RTL -DDISABLE_SAVEGAME_SORTING -D_EE -D__PLAYSTATION2__ -DELF_LOADER_TARGET -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions -DNO_ADAPTOR -DNEW_PLUGIN_DESIGN_FIRST_REFINEMENT
INCLUDES = $(addprefix -I$(PS2_EXTRA),$(PS2_EXTRA_INCS))
INCLUDES += -I $(PS2SDK)/ee/include -I $(PS2SDK)/common/include -I ./common -I . -I $(srcdir) -I $(srcdir)/engines