diff options
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r-- | backends/platform/sdl/build.rules | 9 |
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 |