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

Joshua Leung aligorith at gmail.com
Wed Nov 11 10:55:12 CET 2009


Revision: 24480
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=24480
Author:   aligorith
Date:     2009-11-11 10:55:12 +0100 (Wed, 11 Nov 2009)

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

Added PyTuple_Type to the export list (python31_d.def), 
and ran 
dlltool --def python31_d.def --dllname python31_d.dll --output-lib python31mw_d.lib
to update the py lib for debug builds.

Thanks jesterKing for the help :)

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-11 09:16:53 UTC (rev 24479)
+++ trunk/lib/windows/python/lib/python31_d.def	2009-11-11 09:55:12 UTC (rev 24480)
@@ -171,3 +171,4 @@
 PyMem_Malloc
 PySequence_SetItem
 PyErr_SetString
+PyTuple_Type

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





More information about the Bf-blender-cvs mailing list