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:
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
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')
-rw-r--r--config/darwin-config.py2
-rw-r--r--config/irix6-config.py1
-rw-r--r--config/linux2-config.py2
-rw-r--r--config/linuxcross-config.py1
-rw-r--r--config/openbsd3-config.py1
-rw-r--r--config/sunos5-config.py1
-rw-r--r--config/win32-mingw-config.py1
-rw-r--r--config/win32-vc-config.py2
8 files changed, 8 insertions, 3 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index 14e6eb955ff..decf1a206d5 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -151,7 +151,7 @@ BF_GETTEXT_LIB = 'intl'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE=True
-WITH_BF_PLAYER=True
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
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'
diff --git a/config/linux2-config.py b/config/linux2-config.py
index b6a1eeb2c44..6b6373bb001 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -67,7 +67,7 @@ BF_GETTEXT_LIB = 'gettextlib'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE = True
-WITH_BF_PLAYER = True
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index 5e5c44ecd69..88ad0ddd14e 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -73,6 +73,7 @@ BF_GETTEXT_LIB = 'gnu_gettext'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE = False
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
diff --git a/config/openbsd3-config.py b/config/openbsd3-config.py
index 2b0621e2ed3..92f044394d6 100644
--- a/config/openbsd3-config.py
+++ b/config/openbsd3-config.py
@@ -60,6 +60,7 @@ BF_GETTEXT_LIB = 'intl iconv'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE=False
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
diff --git a/config/sunos5-config.py b/config/sunos5-config.py
index dc067b6f568..6e970b9cab2 100644
--- a/config/sunos5-config.py
+++ b/config/sunos5-config.py
@@ -68,6 +68,7 @@ BF_GETTEXT_LIB = 'gettextlib'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE=False
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index d9585d7cfda..51cd120dc72 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -81,6 +81,7 @@ BF_GETTEXT_LIB = 'gnu_gettext'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE = False
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'
diff --git a/config/win32-vc-config.py b/config/win32-vc-config.py
index 8b152be437e..4df15c691c2 100644
--- a/config/win32-vc-config.py
+++ b/config/win32-vc-config.py
@@ -88,7 +88,7 @@ BF_GETTEXT_LIB = 'gnu_gettext'
BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
WITH_BF_GAMEENGINE = True
-WITH_BF_PLAYER = True
+WITH_BF_PLAYER = False
WITH_BF_BULLET = True
BF_BULLET = '#extern/bullet2/src'