]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wxSWIG/README.1st
Applied patch [ 739401 ] gtk_init() has to be called before gdk_threads_enter()
[wxWidgets.git] / wxPython / wxSWIG / README.1st
CommitLineData
c90f71dd
RD
1
2This directory contains a copy of SWIG 1.1p5-883 that has been heavily
3patched to do some things specific for wxPython. You do not need to
4build this version of SWIG if you do not plan on making any changes to
5wxPython's *.i files. However, if you set USE_SWIG=1 in setup.py then
6you *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
15The executable created *does not* need to be installed as wxPython's
16setup.py expects to find it here in this directory. Also, the name of
17the executable has been renamed to wxswig to simplify having both
18versions of SWIG on the system.
19