[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44337] trunk/blender/source/blenderplayer /CMakeLists.txt: Fix blenderplayer linking with recent additions to bmesh python.

Antony Riakiotakis kalast at gmail.com
Wed Feb 22 19:57:18 CET 2012


Revision: 44337
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44337
Author:   psy-fi
Date:     2012-02-22 18:57:17 +0000 (Wed, 22 Feb 2012)
Log Message:
-----------
Fix blenderplayer linking with recent additions to bmesh python. We should really start building with player on so that mistakes like this can be detected early.

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

Modified: trunk/blender/source/blenderplayer/CMakeLists.txt
===================================================================
--- trunk/blender/source/blenderplayer/CMakeLists.txt	2012-02-22 18:56:57 UTC (rev 44336)
+++ trunk/blender/source/blenderplayer/CMakeLists.txt	2012-02-22 18:57:17 UTC (rev 44337)
@@ -134,6 +134,7 @@
 		bf_intern_memutil 
 		bf_python_ext
 		bf_python_mathutils
+		bf_python_bmesh
 		bf_blenlib 
 		bf_imbuf_cineon
 		bf_imbuf_openexr 




More information about the Bf-blender-cvs mailing list