Added SWIG patches to allow compiling the generated code with

Python 2.5


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-06-29 02:34:31 +00:00
parent 1c930beb60
commit ae200bfcb5
3 changed files with 76 additions and 8 deletions

View File

@@ -45,6 +45,9 @@ swig-1.3.29.patch
Don't set a module attribute for the *_swigregister functions,
just call the one in the extension module directly.
Fixes to allow compiling with Python 2.5 headers.
------------------------------------------------------------------------
swig-1.3.27.patch
@@ -62,6 +65,7 @@ swig-1.3.27.patch
Bug fix for SWIG's definition of the %makedefault macro.
Fixes to allow compiling with Python 2.5 headers.
------------------------------------------------------------------------