[Scummvm-cvs-logs] SF.net SVN: scummvm:[52061] scummvm/branches/gsoc2010-plugins/configure

toneman1138 at users.sourceforge.net toneman1138 at users.sourceforge.net
Fri Aug 13 10:34:20 CEST 2010


Revision: 52061
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52061&view=rev
Author:   toneman1138
Date:     2010-08-13 08:34:19 +0000 (Fri, 13 Aug 2010)

Log Message:
-----------
moved some dynamic-modules specific defines into the appropriate area for ds in configure

Modified Paths:
--------------
    scummvm/branches/gsoc2010-plugins/configure

Modified: scummvm/branches/gsoc2010-plugins/configure
===================================================================
--- scummvm/branches/gsoc2010-plugins/configure	2010-08-13 07:25:21 UTC (rev 52060)
+++ scummvm/branches/gsoc2010-plugins/configure	2010-08-13 08:34:19 UTC (rev 52061)
@@ -1542,8 +1542,7 @@
 			DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DSTREAM_AUDIO_FROM_DISK"
 			DEFINES="$DEFINES -DDISABLE_DOSBOX_OPL -DDISABLE_SID -DDISABLE_NES_APU"
 			DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"
-			DEFINES="$DEFINES -DARM_TARGET -DELF_LOADER_TARGET"
-			DEFINES="$DEFINES -DONE_PLUGIN_AT_A_TIME"
+			DEFINES="$DEFINES -DARM_TARGET"
 			_need_memalign=yes
 			add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
 			add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
@@ -1935,6 +1934,7 @@
 #define PLUGIN_SUFFIX	".plg"
 '
 _mak_plugins='
+DEFINES				= "$DEFINES -DELF_LOADER_TARGET -DONE_PLUGIN_AT_A_TIME"
 DYNAMIC_MODULES		:= 1
 PLUGIN_PREFIX		:=
 PLUGIN_SUFFIX		:= .plg


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