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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Sat Mar 21 16:21:26 CET 2009


Revision: 39588
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39588&view=rev
Author:   marcus_c
Date:     2009-03-21 15:21:24 +0000 (Sat, 21 Mar 2009)

Log Message:
-----------
Use -isystem instead of -I to include ronin stuff on Dreamcast (gets rid of some corny warnings).

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-03-21 15:15:29 UTC (rev 39587)
+++ scummvm/trunk/configure	2009-03-21 15:21:24 UTC (rev 39588)
@@ -1799,7 +1799,7 @@
 		MODULES="$MODULES backends/platform/iphone"
 		;;
 	dc)
-		INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -I$(ronindir)/include'
+		INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'
 		LDFLAGS="$LDFLAGS -Wl,-Ttext,0x8c010000 -nostartfiles "'$(ronindir)/lib/crt0.o -L$(ronindir)/lib'
 		LIBS="$LIBS -lronin -lm"
 		MODULES="$MODULES backends/platform/dc"


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