This commit is contained in:
Glenn Maynard
2003-05-05 06:45:47 +00:00
parent 9977545240
commit 38ac8f3789
+3 -4
View File
@@ -5,13 +5,12 @@ AM_CXXFLAGS =
AM_CFLAGS = AM_CFLAGS =
if DARWIN if DARWIN
AM_LDFLAGS = -framework Cocoa -framework Quicktime -framework Carbon -framework OpenGL -framework IOKit AM_LDFLAGS += -framework Cocoa -framework Quicktime -framework Carbon -framework OpenGL -framework IOKit
CXXFLAGS_EXTRA =
else else
CXXFLAGS_EXTRA = -DLINUX AM_CXXFLAGS += -DLINUX
endif endif
AM_CXXFLAGS = -ISDL-1.2.5/include -ISDL_sound-1.0.0 $(CXXFLAGS_EXTRA) AM_CXXFLAGS = -ISDL-1.2.5/include -ISDL_sound-1.0.0
# This is a little hacky; we use our own version of SDL and SDL_sound, and I don't # This is a little hacky; we use our own version of SDL and SDL_sound, and I don't
# want to have to integrate their entire build systems. # want to have to integrate their entire build systems.