Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2006-02-05 14:28:28 +0300
committerJean-Luc Peurière <jlp@nerim.net>2006-02-05 14:28:28 +0300
commita91c07715238c3da8bdec8c02fa7322e11cec13e (patch)
treeda7a0cf5d2afaee6f0489bb4a51f514aface62fb /config
parent257124a44f98119bd576a6e43fa529506a950c7c (diff)
packaging in bundle of the Os X binary. result in the bin of build dir
Important note, the install target install only the binary not the packaged bunde for the moment
Diffstat (limited to 'config')
-rw-r--r--config/darwin-config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 64ede228670..5450897b431 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -62,7 +62,8 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = BF_FTGL + '/include'
BF_FTGL_LIB = 'extern_ftgl'
-WITH_BF_GAMEENGINE='false'
+WITH_BF_GAMEENGINE='true'
+WITH_BF_PLAYER='false'
WITH_BF_ODE = 'false'
BF_ODE = LCGDIR + '/ode'