aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJoost Peters2007-06-09 09:41:45 +0000
committerJoost Peters2007-06-09 09:41:45 +0000
commit8eae29816ae7036ef4401747863ad770c44efc51 (patch)
tree2bf7afb0df610a5697cf679a492727011302abdd /backends
parenta170e6e01840aeb8fed6bf35a665ccac7a9a06c2 (diff)
downloadscummvm-rg350-8eae29816ae7036ef4401747863ad770c44efc51.tar.gz
scummvm-rg350-8eae29816ae7036ef4401747863ad770c44efc51.tar.bz2
scummvm-rg350-8eae29816ae7036ef4401747863ad770c44efc51.zip
disable lure and cruise engines
svn-id: r27240
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/psp/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile
index 648adcd881..da1d40dbee 100644
--- a/backends/platform/psp/Makefile
+++ b/backends/platform/psp/Makefile
@@ -6,6 +6,9 @@
DISABLE_SCALERS = true
DISABLE_HQ_SCALERS = true
+DISABLE_LURE = 1
+DISABLE_CRUISE = 1
+
srcdir = ../../..
VPATH = $(srcdir)
HAVE_GCC3 = false