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/win32-vc-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/win32-vc-config.py') 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