]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/stubs/README
more tweaks for release
[wxWidgets.git] / utils / wxPython / modules / stubs / README
1 Aug. 2 1999 Harm van der Heijden
2
3 What's in here:
4
5 Makefile.pre.in
6 A custom Makefile.pre.in, originally by Robin Dunn as part of the
7 wxPython source distribution. Intented for separate wxPython
8 modules, it should require little or no modification for other
9 module projects. In these modules they are all identical, except
10 the one for glcanvas (copies gtk/glcanvas from elsewhere)
11
12 Setup.in
13 A custom Setup.in for building the modules below. It expects to find
14 the wxPython source dir in the directory specified by WXP_SRCDIR.
15 All modules are linked agains libwx_pymodule.so, which should
16 contain the SWIG runtime code and wxPython's helpers.cpp code.
17
18 makefile.vc
19 Very small makefile (list of variable's really). It has a big
20 brother, makeinc.vc, in the modules dir which is shared by all
21 modules and does the real work.