[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [22079] branches/blender2.5/blender/config : setting WITH_BF_PLAYER = False as default to scons

Dalai Felinto dfelinto at gmail.com
Fri Jul 31 04:35:56 CEST 2009


Revision: 22079
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=22079
Author:   dfelinto
Date:     2009-07-31 04:35:56 +0200 (Fri, 31 Jul 2009)

Log Message:
-----------
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.

Modified Paths:
--------------
    branches/blender2.5/blender/config/darwin-config.py
    branches/blender2.5/blender/config/irix6-config.py
    branches/blender2.5/blender/config/linux2-config.py
    branches/blender2.5/blender/config/linuxcross-config.py
    branches/blender2.5/blender/config/openbsd3-config.py
    branches/blender2.5/blender/config/sunos5-config.py
    branches/blender2.5/blender/config/win32-mingw-config.py
    branches/blender2.5/blender/config/win32-vc-config.py

Modified: branches/blender2.5/blender/config/darwin-config.py
===================================================================
--- branches/blender2.5/blender/config/darwin-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/darwin-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -151,7 +151,7 @@
 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'

Modified: branches/blender2.5/blender/config/irix6-config.py
===================================================================
--- branches/blender2.5/blender/config/irix6-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/irix6-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -73,6 +73,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE='false'
+WITH_BF_PLAYER = 'false'
 
 WITH_BF_BULLET = 'true'
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/blender2.5/blender/config/linux2-config.py
===================================================================
--- branches/blender2.5/blender/config/linux2-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/linux2-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -67,7 +67,7 @@
 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'

Modified: branches/blender2.5/blender/config/linuxcross-config.py
===================================================================
--- branches/blender2.5/blender/config/linuxcross-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/linuxcross-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -73,6 +73,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE = False
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/blender2.5/blender/config/openbsd3-config.py
===================================================================
--- branches/blender2.5/blender/config/openbsd3-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/openbsd3-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -60,6 +60,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE=False
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/blender2.5/blender/config/sunos5-config.py
===================================================================
--- branches/blender2.5/blender/config/sunos5-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/sunos5-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -68,6 +68,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE=False
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/blender2.5/blender/config/win32-mingw-config.py
===================================================================
--- branches/blender2.5/blender/config/win32-mingw-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/win32-mingw-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -81,6 +81,7 @@
 BF_GETTEXT_LIBPATH = '${BF_GETTEXT}/lib'
 
 WITH_BF_GAMEENGINE = False
+WITH_BF_PLAYER = False
 
 WITH_BF_BULLET = True
 BF_BULLET = '#extern/bullet2/src'

Modified: branches/blender2.5/blender/config/win32-vc-config.py
===================================================================
--- branches/blender2.5/blender/config/win32-vc-config.py	2009-07-31 02:16:07 UTC (rev 22078)
+++ branches/blender2.5/blender/config/win32-vc-config.py	2009-07-31 02:35:56 UTC (rev 22079)
@@ -88,7 +88,7 @@
 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'





More information about the Bf-blender-cvs mailing list