[Scummvm-cvs-logs] SF.net SVN: scummvm:[53050] scummvm/trunk/configure

hkz at users.sourceforge.net hkz at users.sourceforge.net
Thu Oct 7 17:45:40 CEST 2010


Revision: 53050
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53050&view=rev
Author:   hkz
Date:     2010-10-07 15:45:38 +0000 (Thu, 07 Oct 2010)

Log Message:
-----------
CONFIGURE: add REDUCE_MEMORY_USAGE to N64 and Dingux ports

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-10-07 15:30:30 UTC (rev 53049)
+++ scummvm/trunk/configure	2010-10-07 15:45:38 UTC (rev 53050)
@@ -1513,6 +1513,7 @@
 		DEFINES="$DEFINES -D__N64__ -DLIMIT_FPS -DNONSTANDARD_PORT"
 		DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER -DDISABLE_COMMAND_LINE"
 		DEFINES="$DEFINES -DDISABLE_FANCY_THEMES -DDISABLE_DOSBOX_OPL -DDISABLE_SID -DDISABLE_NES_APU"
+		DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
 		;;
 	os2-emx*)
 		_unix=yes	# FIXME??? Why??
@@ -1615,7 +1616,7 @@
 			_strip=$_host-strip
 			;;
 		dingux)
-			DEFINES="$DEFINES -DUNIX -DDINGUX -DDISABLE_DOSBOX_OPL"
+			DEFINES="$DEFINES -DUNIX -DDINGUX -DDISABLE_DOSBOX_OPL -DREDUCE_MEMORY_USAGE"
 			ASFLAGS="$ASFLAGS"
 			CXXFLAGS="$CXXFLAGS -msoft-float -mips32"
 			_need_memalign=yes


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