[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13182] branches/blender2.5/blender/ CMakeLists.txt: Leave the game engine out by default (WITH_GAMEENGINE=OFF).

Chris Want cwant at ualberta.ca
Wed Jan 9 19:26:17 CET 2008


Revision: 13182
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13182
Author:   hos
Date:     2008-01-09 19:26:17 +0100 (Wed, 09 Jan 2008)

Log Message:
-----------
Leave the game engine out by default (WITH_GAMEENGINE=OFF).

Modified Paths:
--------------
    branches/blender2.5/blender/CMakeLists.txt

Modified: branches/blender2.5/blender/CMakeLists.txt
===================================================================
--- branches/blender2.5/blender/CMakeLists.txt	2008-01-09 17:53:06 UTC (rev 13181)
+++ branches/blender2.5/blender/CMakeLists.txt	2008-01-09 18:26:17 UTC (rev 13182)
@@ -54,7 +54,7 @@
 #-----------------------------------------------------------------------------
 # Set default config options
 OPTION(WITH_PLAYER		"Build Player"						OFF)
-OPTION(WITH_GAMEENGINE		"Enable Game Engine"					ON)
+OPTION(WITH_GAMEENGINE		"Enable Game Engine"					OFF)
 OPTION(WITH_BULLET		"Enable Bullet (Physics Engine)"			ON)
 OPTION(WITH_INTERNATIONAL	"Enable I18N   (International fonts and text)"		ON)
 OPTION(WITH_VERSE		"Enable Verse  (http://verse.blender.org)"		OFF)





More information about the Bf-blender-cvs mailing list