2002-08-21 17:35:46 +00:00
|
|
|
# Build settings for the SDL backend
|
|
|
|
MODULES += backends/sdl
|
|
|
|
DEFINES += -DUNIX
|
|
|
|
INCLUDES += `sdl-config --cflags`
|
|
|
|
LIBS += `sdl-config --libs`
|
2002-08-24 10:41:32 +00:00
|
|
|
OBJS += backends/sdl/sdl-common.o
|
2002-08-21 17:35:46 +00:00
|
|
|
|
2002-08-21 17:43:00 +00:00
|
|
|
# The normal (non OpenGL-accelerated) SDL backend
|
2002-08-24 10:41:32 +00:00
|
|
|
OBJS += backends/sdl/sdl.o
|
2002-08-21 17:43:00 +00:00
|
|
|
|
|
|
|
# Uncomment these lines (instead of the above) to use SDL with OpenGL
|
2002-08-21 17:35:46 +00:00
|
|
|
# OBJS += backends/sdl/sdl_gl.o
|
2002-08-21 17:43:00 +00:00
|
|
|
# LIBS += -lGL
|
2002-08-21 17:35:46 +00:00
|
|
|
|
|
|
|
# Uncomment this in addition to the above if you compile on Mac OS X
|
2002-08-21 17:43:00 +00:00
|
|
|
# DEFINES += -DMACOSX
|
|
|
|
# LIBS += -framework QuickTime -framework AudioUnit
|