[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20004] trunk/blender/config/linux2-config .py: enable game engine and player by default

Campbell Barton ideasman42 at gmail.com
Thu Apr 30 12:41:41 CEST 2009


Revision: 20004
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20004
Author:   campbellbarton
Date:     2009-04-30 12:41:39 +0200 (Thu, 30 Apr 2009)

Log Message:
-----------
enable game engine and player by default

Modified Paths:
--------------
    trunk/blender/config/linux2-config.py

Modified: trunk/blender/config/linux2-config.py
===================================================================
--- trunk/blender/config/linux2-config.py	2009-04-30 10:22:28 UTC (rev 20003)
+++ trunk/blender/config/linux2-config.py	2009-04-30 10:41:39 UTC (rev 20004)
@@ -78,7 +78,8 @@
 BF_FTGL_INC = '${BF_FTGL}/include'
 BF_FTGL_LIB = 'extern_ftgl'
 
-WITH_BF_GAMEENGINE=False
+WITH_BF_GAMEENGINE = True
+WITH_BF_PLAYER = True
 
 WITH_BF_ODE = False
 BF_ODE = LIBDIR + '/ode'





More information about the Bf-blender-cvs mailing list