[Scummvm-cvs-logs] SF.net SVN: scummvm:[38194] scummvm/trunk/engines/sci/module.mk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 15 09:09:43 CET 2009


Revision: 38194
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38194&view=rev
Author:   fingolfin
Date:     2009-02-15 08:09:42 +0000 (Sun, 15 Feb 2009)

Log Message:
-----------
SCI: Fix the worst compilation problems

Modified Paths:
--------------
    scummvm/trunk/engines/sci/module.mk

Modified: scummvm/trunk/engines/sci/module.mk
===================================================================
--- scummvm/trunk/engines/sci/module.mk	2009-02-15 08:07:50 UTC (rev 38193)
+++ scummvm/trunk/engines/sci/module.mk	2009-02-15 08:09:42 UTC (rev 38194)
@@ -91,7 +91,9 @@
 	sfx/timer/scummvm.o \
 	sfx/timer/timers.o
 
-CPPFLAGS+=-DSCUMMVM -I$(srcdir)/engines/sci/src/include
+# FIXME: The following is supposed to be a set of *temporary* hacks
+CXXFLAGS += -Wno-variadic-macros
+CPPFLAGS := -DSCUMMVM -I$(srcdir)/engines/sci/include $(CPPFLAGS)
 
 # Build .c files as C++
 %.o: %.c


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