diff options
author | Max Horn | 2007-02-08 22:27:47 +0000 |
---|---|---|
committer | Max Horn | 2007-02-08 22:27:47 +0000 |
commit | af8cba43acedb53a7caa711f743f8d5e0bcc07e6 (patch) | |
tree | 41717ed48f7274389532bc5d10243ed56f9dcdc8 /backends/platform | |
parent | 6cbdf9ad59ff460fafb8b1fee9070fcb0b9151e9 (diff) | |
download | scummvm-rg350-af8cba43acedb53a7caa711f743f8d5e0bcc07e6.tar.gz scummvm-rg350-af8cba43acedb53a7caa711f743f8d5e0bcc07e6.tar.bz2 scummvm-rg350-af8cba43acedb53a7caa711f743f8d5e0bcc07e6.zip |
Removed build.rules (hasn't been used by our build system for ages now)
svn-id: r25430
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/gp2x/build.rules | 5 | ||||
-rw-r--r-- | backends/platform/morphos/build.rules | 11 | ||||
-rw-r--r-- | backends/platform/sdl/build.rules | 9 | ||||
-rw-r--r-- | backends/platform/x11/build.rules | 7 |
4 files changed, 0 insertions, 32 deletions
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 |