aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-20 15:27:21 +0300
committerFathi Boudra <fabo@debian.org>2011-10-20 15:27:21 +0300
commit8749d3698a669f380c2bf90418d199b69d229b66 (patch)
treef6bc5b6f628ebbf550124b9423b888f795586b45
parent8a00c7e82f3892278986283ac466acfadc7cd6aa (diff)
tweak local configuration:
* do not build shared files * build in standalone mode * set default base dir
-rw-r--r--Makefile.local5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.local b/Makefile.local
index 1fb2aad..12ed717 100644
--- a/Makefile.local
+++ b/Makefile.local
@@ -3,10 +3,11 @@ ARCH=arm
BUILD_CLIENT=1
BUILD_CLIENT_SMP=0
BUILD_GAME_QVM=0
-BUILD_GAME_SO=1
+BUILD_GAME_SO=0
BUILD_MISSIONPACK=0
BUILD_SERVER=0
-BUILD_STANDALONE=0
+BUILD_STANDALONE=1
+DEFAULT_BASEDIR=/usr/lib/ioquake3-gles
GENERATE_DEPENDENCIES=0
USE_CODEC_VORBIS=0
USE_CURL=0