[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23489] trunk/blender/source/creator/ CMakeLists.txt: removed double library entries without realizing I had the BGE disabled, these are needed.

Campbell Barton ideasman42 at gmail.com
Fri Sep 25 18:27:12 CEST 2009


Revision: 23489
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23489
Author:   campbellbarton
Date:     2009-09-25 18:27:12 +0200 (Fri, 25 Sep 2009)

Log Message:
-----------
removed double library entries without realizing I had the BGE disabled, these are needed.

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

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2009-09-25 14:26:00 UTC (rev 23488)
+++ trunk/blender/source/creator/CMakeLists.txt	2009-09-25 16:27:12 UTC (rev 23489)
@@ -364,7 +364,7 @@
 		blender_ONL 
 		bf_python 
 		bf_gen_python 
-		bf_ikplugin 
+		bf_ikplugin
 		bf_blenkernel 
 		bf_nodes
 		bf_gpu
@@ -379,12 +379,15 @@
 		bf_readblenfile 
 		blender_bop 
 		bf_kernel 
+		bf_decimation 
 		bf_elbeem 
 		bf_IK 
 		bf_memutil 
 		bf_guardedalloc 
 		blender_CTR 
 		bf_moto 
+		bf_windowmanager
+		bf_editors
 		bf_blroutines 
 		bf_converter 
 		bf_dummy 
@@ -399,11 +402,18 @@
 		bf_oglrasterizer 
 		bf_expressions 
 		bf_scenegraph 
+		bf_moto 
+		bf_blroutines 
 		kx_network 
+		bf_kernel 
 		bf_ngnetwork 
 		extern_bullet 
 		bf_loopbacknetwork 
-		bf_ITASC 
+		bf_ITASC
+		bf_common 
+		bf_moto 
+		bf_python
+		bf_gen_python
 		extern_binreloc
 		extern_glew
 		extern_libopenjpeg





More information about the Bf-blender-cvs mailing list