[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [24661] trunk/lib/windows/python/lib: Compiling debug builds with scons+mingw was broken again.

Joshua Leung aligorith at gmail.com
Wed Nov 18 21:38:35 CET 2009


Revision: 24661
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24661
Author:   aligorith
Date:     2009-11-18 21:38:35 +0100 (Wed, 18 Nov 2009)

Log Message:
-----------
Compiling debug builds with scons+mingw was broken again.

Once again, there were some missing exports in python31_d.def, meaning that the mingw linker was having trouble with some functions used by the ID-Properties Py-API.

See revision 24480 for the method used to fix these errors.

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24480

Modified Paths:
--------------
    trunk/lib/windows/python/lib/python31_d.def
    trunk/lib/windows/python/lib/python31mw_d.lib

Modified: trunk/lib/windows/python/lib/python31_d.def
===================================================================
--- trunk/lib/windows/python/lib/python31_d.def	2009-11-18 20:02:26 UTC (rev 24660)
+++ trunk/lib/windows/python/lib/python31_d.def	2009-11-18 20:38:35 UTC (rev 24661)
@@ -172,3 +172,8 @@
 PySequence_SetItem
 PyErr_SetString
 PyTuple_Type
+_PyObject_New
+PyMapping_Check
+PyMapping_Keys
+PyMapping_Values
+PyMapping_Size

Modified: trunk/lib/windows/python/lib/python31mw_d.lib
===================================================================
(Binary files differ)





More information about the Bf-blender-cvs mailing list