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/gp2x/build.rules | 5 ----- backends/platform/morphos/build.rules | 11 ----------- backends/platform/sdl/build.rules | 9 --------- backends/platform/x11/build.rules | 7 ------- 4 files changed, 32 deletions(-) delete mode 100644 backends/platform/gp2x/build.rules delete mode 100644 backends/platform/morphos/build.rules delete mode 100644 backends/platform/sdl/build.rules delete mode 100644 backends/platform/x11/build.rules (limited to 'backends') diff --git a/backends/platform/gp2x/build.rules b/backends/platform/gp2x/build.rules deleted file mode 100644 index 1a1134d2ac..0000000000 --- a/backends/platform/gp2x/build.rules +++ /dev/null @@ -1,5 +0,0 @@ -# Build settings for the GP2X backend -MODULES += backends/gp2x -DEFINES += -DUNIX -DGP2X -INCLUDES += `sdl-config --cflags` -LIBS += `sdl-config --libs` diff --git a/backends/platform/morphos/build.rules b/backends/platform/morphos/build.rules deleted file mode 100644 index 13b0033b8c..0000000000 --- a/backends/platform/morphos/build.rules +++ /dev/null @@ -1,11 +0,0 @@ -CXX = g++ -CXXFLAGS = -Wno-multichar -fstrength-reduce -fsigned-char -O2 -DEFINES = -DNDEBUG -LDFLAGS = -noixemul -s -LIBS = -lamiga -lamigastubs -lcybergraphics -INCLUDES += -Ibackends/morphos -MODULES += backends/morphos -OBJS += backends/morphos/morphos.o backends/morphos/morphos_scaler.o \ - backends/morphos/morphos_sound.o backends/morphos/morphos_start.o \ - backends/morphos/morphos_timer.o - 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 diff --git a/backends/platform/x11/build.rules b/backends/platform/x11/build.rules deleted file mode 100644 index 1540d452d6..0000000000 --- a/backends/platform/x11/build.rules +++ /dev/null @@ -1,7 +0,0 @@ -# Build settings for the X11 backend -MODULES += backends/x11 -OBJS += backends/x11/x11.o -DEFINES += -DUNIX -DX11_BACKEND -LDFLAGS += -L/usr/X11R6/lib -L/usr/local/lib -INCLUDES+= -I/usr/X11R6/include -LIBS += -lpthread -lXext -lX11 -- cgit v1.2.3