[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13464] trunk/blender/CMakeLists.txt: Sorry about this, still new here :) --> reverting CMake to standard

Daniel Genrich daniel.genrich at gmx.net
Wed Jan 30 00:17:11 CET 2008


Revision: 13464
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13464
Author:   genscher
Date:     2008-01-30 00:17:11 +0100 (Wed, 30 Jan 2008)

Log Message:
-----------
Sorry about this, still new here :) --> reverting CMake to standard

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2008-01-29 23:13:31 UTC (rev 13463)
+++ trunk/blender/CMakeLists.txt	2008-01-29 23:17:11 UTC (rev 13464)
@@ -57,8 +57,8 @@
 #-----------------------------------------------------------------------------
 # Set default config options
 OPTION(WITH_PLAYER		"Build Player"						OFF)
-OPTION(WITH_GAMEENGINE		"Enable Game Engine"					OFF)
-OPTION(WITH_BULLET		"Enable Bullet (Physics Engine)"			OFF)
+OPTION(WITH_GAMEENGINE		"Enable Game Engine"					ON)
+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)
 OPTION(WITH_ELBEEM		"Enable Elbeem (Fluid Simulation)"			ON)





More information about the Bf-blender-cvs mailing list