From 6f847863a131cc61addbe6485abf2f24ae150ff1 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 31 Jul 2009 02:35:56 +0000 Subject: 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. --- config/darwin-config.py | 2 +- config/irix6-config.py | 1 + config/linux2-config.py | 2 +- config/linuxcross-config.py | 1 + config/openbsd3-config.py | 1 + config/sunos5-config.py | 1 + config/win32-mingw-config.py | 1 + config/win32-vc-config.py | 2 +- 8 files changed, 8 insertions(+), 3 deletions(-) (limited to 'config') 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' -- cgit v1.2.3