SCI: Fix the worst compilation problems

svn-id: r38194
This commit is contained in:
Max Horn 2009-02-15 08:09:42 +00:00
parent 76e3172f4a
commit 002d55bc93

View File

@ -91,7 +91,9 @@ MODULE_OBJS = \
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