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