mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-21 17:45:39 +00:00
SCI: Fix the worst compilation problems
svn-id: r38194
This commit is contained in:
parent
76e3172f4a
commit
002d55bc93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user