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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Sep 25 14:24:14 CEST 2009


Revision: 44353
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44353&view=rev
Author:   fingolfin
Date:     2009-09-25 12:24:14 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
NDS: Added some more DS specific defines to configure

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-09-25 12:20:22 UTC (rev 44352)
+++ scummvm/trunk/configure	2009-09-25 12:24:14 UTC (rev 44353)
@@ -1516,6 +1516,10 @@
 			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
 			# TODO: complete this
 			# TODO: Maybe rename nds -> ds (would be more consistent with other backends)
+			DEFINES="$DEFINES -D__DS__ -DNDS -DARM9 -DARM -DNONSTANDARD_PORT"
+			DEFINES="$DEFINES -DDISABLE_FANCY_THEMES -DVECTOR_RENDERER_FORMAT=1555"
+			DEFINES="$DEFINES -DDISABLE_DEFAULT_SAVEFILEMANAGER"
+			DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
 			DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE -DDISABLE_COMMAND_LINE"
 			_endian=little
 			_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