aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/build.rules
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/build.rules')
-rw-r--r--backends/platform/sdl/build.rules9
1 files changed, 0 insertions, 9 deletions
diff --git a/backends/platform/sdl/build.rules b/backends/platform/sdl/build.rules
deleted file mode 100644
index 14cfe0ebdf..0000000000
--- a/backends/platform/sdl/build.rules
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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