]> git.saurik.com Git - wxWidgets.git/blob - wxPython/SWIG/README.txt
added obsolescence note
[wxWidgets.git] / wxPython / SWIG / README.txt
1 SWIG 1.3 Patches
2 ================
3
4 This directory holds a set of patches for the CVS version of SWIG that
5 are required if you wish to use SWIG for wxPython development, or for
6 building your own extension modules that need to interface with
7 wxPython. These have been submitted to SWIG's SourceForge patch
8 tracker, so hopefully they will get incorporated into the main SWIG
9 source tree soon.
10
11
12 ------------------------------------------------------------------------
13
14
15 swig.python-docstring.patch Adds "autodoc" and "docstring" features.
16
17
18
19
20 ------------------------------------------------------------------------
21 These patches have already been checked in to SWIG's CVS
22 ------------------------------------------------------------------------
23
24 swig.SplitLines.patch Adds a new SplitLines function to the DOH
25 library. See SF Patch #829317.
26 *Checked in 10/31/2003*
27
28 swig.xml.patch Adds an option that drastically reduces
29 the size of the XML output of SWIG, which
30 increases the performance of the
31 build_renamers script used in the wxPython
32 build. See SF Patch #829319.
33 *Checked in 10/31/2003*
34
35 swig.python.patch Lots of changes for SWIG's Python module,
36 especially in how the proxy code is
37 generated. See swig.python.patch.txt for
38 more details, also SF Patch #829325.
39 *Checked in 10/31/2003*
40
41 ------------------------------------------------------------------------