aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2
diff options
context:
space:
mode:
authorTony Puccinelli2010-08-16 09:47:00 +0000
committerTony Puccinelli2010-08-16 09:47:00 +0000
commit80012ad865d618955ee3154627a43d226cb10b83 (patch)
tree9e25a9f3ab4ca9d8550a4368cfd8426ba02bcd7a /backends/platform/ps2
parent34b5eb3ba3fa68093f13f9be493c1e25ad9c5123 (diff)
downloadscummvm-rg350-80012ad865d618955ee3154627a43d226cb10b83.tar.gz
scummvm-rg350-80012ad865d618955ee3154627a43d226cb10b83.tar.bz2
scummvm-rg350-80012ad865d618955ee3154627a43d226cb10b83.zip
Added define to PS2 so it uses ONE_PLUGIN_AT_A_TIME
svn-id: r52114
Diffstat (limited to 'backends/platform/ps2')
-rw-r--r--backends/platform/ps2/Makefile.ps24
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2
index f0e57fab0f..00f09e0ac9 100644
--- a/backends/platform/ps2/Makefile.ps2
+++ b/backends/platform/ps2/Makefile.ps2
@@ -6,7 +6,7 @@ PS2_EXTRA_INCS = /zlib/include /libmad/ee/include /SjPcm/ee/src /tremor
PS2_EXTRA_LIBS = /zlib/lib /libmad/ee/lib /SjPcm/ee/lib /tremor/tremor
# Set to 1 to enable, 0 to disable dynamic modules
-DYNAMIC_MODULES = 0
+DYNAMIC_MODULES = 1
# Set to 1 to enable, 0 to disable more detailed printing of gcc commands
VERBOSE_BUILD=0
@@ -78,7 +78,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__ -G2 -O2 -Wall -Wno-multichar -fno-rtti -fno-exceptions -DNO_ADAPTOR
-DEFINES += -DELF_LOADER_TARGET -DMIPS_TARGET#-DONE_PLUGIN_AT_A_TIME
+DEFINES += -DELF_LOADER_TARGET -DMIPS_TARGET -DONE_PLUGIN_AT_A_TIME
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