aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
blob: 14cfe0ebdf1c8699d53f96fc4abb1f9b25c79ca9 (plain)
1
2
3
4
5
6
7
8
9
# Build settings for the SDL backend
MODULES  += backends/sdl
DEFINES  += -DUNIX
INCLUDES += `sdl-config --cflags`
LIBS     += `sdl-config --libs`

# Uncomment this in addition to the above if you compile on Mac OS X
# DEFINES += -DMACOSX
# LIBS	+= -framework QuickTime -framework AudioUnit