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/linuxcross-config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config/linuxcross-config.py') 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' -- cgit v1.2.3