diff options
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r-- | backends/platform/gp2x/build.rules | 5 |
1 files changed, 0 insertions, 5 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` |