1 Aug. 2 1999 Harm van der Heijden
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)
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.
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.