From af8cba43acedb53a7caa711f743f8d5e0bcc07e6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 8 Feb 2007 22:27:47 +0000 Subject: Removed build.rules (hasn't been used by our build system for ages now) svn-id: r25430 --- backends/platform/sdl/build.rules | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 backends/platform/sdl/build.rules (limited to 'backends/platform/sdl') 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 -- cgit v1.2.3