aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
blob: 0a043db918630a115c064e2334d121a3b7067ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Build settings for the SDL backend
MODULES  += backends/sdl
DEFINES  += -DUNIX
INCLUDES += `sdl-config --cflags`
LIBS     += `sdl-config --libs`
OBJS	 += backends/sdl/sdl-common.o 

# The normal (non OpenGL-accelerated) SDL backend
OBJS	 += backends/sdl/sdl.o 

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