[Scummvm-cvs-logs] SF.net SVN: scummvm:[52114] scummvm/branches/gsoc2010-plugins/backends/ platform/ps2/Makefile.ps2

toneman1138 at users.sourceforge.net toneman1138 at users.sourceforge.net
Mon Aug 16 11:47:02 CEST 2010


Revision: 52114
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52114&view=rev
Author:   toneman1138
Date:     2010-08-16 09:47:00 +0000 (Mon, 16 Aug 2010)

Log Message:
-----------
Added define to PS2 so it uses ONE_PLUGIN_AT_A_TIME

Modified Paths:
--------------
    scummvm/branches/gsoc2010-plugins/backends/platform/ps2/Makefile.ps2

Modified: scummvm/branches/gsoc2010-plugins/backends/platform/ps2/Makefile.ps2
===================================================================
--- scummvm/branches/gsoc2010-plugins/backends/platform/ps2/Makefile.ps2	2010-08-16 09:16:08 UTC (rev 52113)
+++ scummvm/branches/gsoc2010-plugins/backends/platform/ps2/Makefile.ps2	2010-08-16 09:47:00 UTC (rev 52114)
@@ -6,7 +6,7 @@
 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 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list