[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25480] trunk/lib/windows/python/lib: Linking fixes for mingw debug-linking and python

Joshua Leung aligorith at gmail.com
Sun Dec 20 11:33:05 CET 2009


Revision: 25480
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25480
Author:   aligorith
Date:     2009-12-20 11:33:03 +0100 (Sun, 20 Dec 2009)

Log Message:
-----------
Linking fixes for mingw debug-linking and python
(same procedure as r. 24480 once again)

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-12-20 05:09:55 UTC (rev 25479)
+++ trunk/lib/windows/python/lib/python31_d.def	2009-12-20 10:33:03 UTC (rev 25480)
@@ -178,3 +178,10 @@
 PyMapping_Values
 PyMapping_Size
 _PyObject_GetDictPtr
+Py_FileSystemDefaultEncoding
+PyUnicodeUCS2_Decode
+PySet_New
+PySet_Add
+PySet_Type
+PyFrozenSet_Type
+_PySet_NextEntry

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





More information about the Bf-blender-cvs mailing list