[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [58101] branches/ge_dev: BGE cleanup: Removing the GamePlayer/xembed folder and associated build options.

Mitchell Stokes mogurijin at gmail.com
Tue Jul 9 03:24:53 CEST 2013


Revision: 58101
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=58101
Author:   moguri
Date:     2013-07-09 01:24:51 +0000 (Tue, 09 Jul 2013)
Log Message:
-----------
BGE cleanup: Removing the GamePlayer/xembed folder and associated build options. This code was very old and not used. For example web player code, look at Burster.

Modified Paths:
--------------
    branches/ge_dev/CMakeLists.txt
    branches/ge_dev/source/gameengine/GamePlayer/CMakeLists.txt

Removed Paths:
-------------
    branches/ge_dev/source/gameengine/GamePlayer/xembed/

Modified: branches/ge_dev/CMakeLists.txt
===================================================================
--- branches/ge_dev/CMakeLists.txt	2013-07-09 01:18:48 UTC (rev 58100)
+++ branches/ge_dev/CMakeLists.txt	2013-07-09 01:24:51 UTC (rev 58101)
@@ -538,9 +538,6 @@
 set(PLATFORM_LINKFLAGS_DEBUG "")
 
 
-# disabled for now, not supported
-# option(WITH_WEBPLUGIN     "Enable Web Plugin (Unix only)" OFF)
-
 # For alternate Python locations the commandline can be used to override detected/default cache settings, e.g:
 # On Unix:
 #   cmake ../blender \
@@ -1874,17 +1871,7 @@
 	set(REDCODE_INC ${REDCODE})
 endif()
 
-#-----------------------------------------------------------------------------
-# Blender WebPlugin
 
-if(WITH_WEBPLUGIN)
-	set(GECKO_DIR "${CMAKE_SOURCE_DIR}/../gecko-sdk/" CACHE PATH "Gecko SDK path")
-	set(WEBPLUGIN_SANDBOX_MODE "apparmor" CACHE STRING "WEB Plugin sandbox mode, can be apparmor, privsep, none")
-
-	set(WITH_PLAYER ON)
-endif()
-
-
 #-----------------------------------------------------------------------------
 # Configure OpenGL.
 find_package(OpenGL)

Modified: branches/ge_dev/source/gameengine/GamePlayer/CMakeLists.txt
===================================================================
--- branches/ge_dev/source/gameengine/GamePlayer/CMakeLists.txt	2013-07-09 01:18:48 UTC (rev 58100)
+++ branches/ge_dev/source/gameengine/GamePlayer/CMakeLists.txt	2013-07-09 01:24:51 UTC (rev 58101)
@@ -25,7 +25,3 @@
 
 add_subdirectory(common)
 add_subdirectory(ghost)
-
-if(WITH_WEBPLUGIN)
-	add_subdirectory(xembed)
-endif()




More information about the Bf-blender-cvs mailing list