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
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2009-07-31 06:35:56 +0400
committerDalai Felinto <dfelinto@gmail.com>2009-07-31 06:35:56 +0400
commit6f847863a131cc61addbe6485abf2f24ae150ff1 (patch)
treee0c266fbd31bd98dfb2c1a63091716d437717c58 /config/irix6-config.py
parent6aed229cc0d6ae4725151512b38878ec811dcbc2 (diff)
setting WITH_BF_PLAYER = False as default to scons
(temporary solution to avoid linking problem reports over and over and over and over ... again) I obviously couldn't test this in all OS. If there is any problem with this commit please fell free to fix/let me know.
Diffstat (limited to 'config/irix6-config.py')
-rw-r--r--config/irix6-config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/irix6-config.py b/config/irix6-config.py
index 87af6b29eb1..93d6506ccc7 100644
--- a/config/irix6-config.py
+++ b/config/irix6-config.py
@@ -73,6 +73,7 @@ BF_GETTEXT_LIB = 'gettextpo intl'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE='false'
+WITH_BF_PLAYER = 'false'
WITH_BF_BULLET = 'true'
BF_BULLET = '#extern/bullet2/src'