aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2x/build.rules
diff options
context:
space:
mode:
authorEugene Sandulenko2006-10-06 19:01:39 +0000
committerEugene Sandulenko2006-10-06 19:01:39 +0000
commit3d84f1104688db0b23b6fe9ccc86b587ac597837 (patch)
treedf9c7c4fdbfbbb8c1aa67d6e5f4ffc9bcdac9fb4 /backends/platform/gp2x/build.rules
parente75bea0c8f454bbeac842414a7ab8c4c77321801 (diff)
downloadscummvm-rg350-3d84f1104688db0b23b6fe9ccc86b587ac597837.tar.gz
scummvm-rg350-3d84f1104688db0b23b6fe9ccc86b587ac597837.tar.bz2
scummvm-rg350-3d84f1104688db0b23b6fe9ccc86b587ac597837.zip
Patch #1432376: "Very basic GP2X Backend"
svn-id: r24144
Diffstat (limited to 'backends/platform/gp2x/build.rules')
-rw-r--r--backends/platform/gp2x/build.rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/backends/platform/gp2x/build.rules b/backends/platform/gp2x/build.rules
new file mode 100644
index 0000000000..1a1134d2ac
--- /dev/null
+++ b/backends/platform/gp2x/build.rules
@@ -0,0 +1,5 @@
+# Build settings for the GP2X backend
+MODULES += backends/gp2x
+DEFINES += -DUNIX -DGP2X
+INCLUDES += `sdl-config --cflags`
+LIBS += `sdl-config --libs`