wxWidgets/wxPython/wxSWIG/README.1st
Robin Dunn c90f71dd8c Since I have made several changes to SWIG over the years to accomodate
special cases and other things in wxPython, and since I plan on making
several more, I've decided to put the SWIG sources in wxPython's CVS
instead of relying on maintaining patches.  This effectivly becomes a
fork of an obsolete version of SWIG, :-( but since SWIG 1.3 still
doesn't have some things I rely on in 1.1, not to mention that my
custom patches would all have to be redone, I felt that this is the
easier road to take.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-04-29 19:56:57 +00:00

20 lines
659 B
Plaintext

This directory contains a copy of SWIG 1.1p5-883 that has been heavily
patched to do some things specific for wxPython. You do not need to
build this version of SWIG if you do not plan on making any changes to
wxPython's *.i files. However, if you set USE_SWIG=1 in setup.py then
you *will* need to build this version of SWIG. To do so, just run:
Unix:
configure
make
Win32:
nmake -f makefile.vc
The executable created *does not* need to be installed as wxPython's
setup.py expects to find it here in this directory. Also, the name of
the executable has been renamed to wxswig to simplify having both
versions of SWIG on the system.