]>
Commit | Line | Data |
---|---|---|
144247ac HH |
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 | |
4107d4fd HH |
9 | module projects. In these modules they are all identical, except |
10 | the one for glcanvas (copies gtk/glcanvas from elsewhere) | |
144247ac HH |
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 | ||
4107d4fd HH |
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. |