X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/144247aca9926b6e35f58dc2536a581b2eaf0489..e19b71646053a07255b308b24321837f8ea76176:/utils/wxPython/modules/stubs/README diff --git a/utils/wxPython/modules/stubs/README b/utils/wxPython/modules/stubs/README index 0d7c2a740f..f9448c9a03 100644 --- a/utils/wxPython/modules/stubs/README +++ b/utils/wxPython/modules/stubs/README @@ -6,7 +6,8 @@ Makefile.pre.in A custom Makefile.pre.in, originally by Robin Dunn as part of the wxPython source distribution. Intented for separate wxPython modules, it should require little or no modification for other - module projects + module projects. In these modules they are all identical, except + the one for glcanvas (copies gtk/glcanvas from elsewhere) Setup.in A custom Setup.in for building the modules below. It expects to find @@ -14,3 +15,7 @@ Setup.in All modules are linked agains libwx_pymodule.so, which should contain the SWIG runtime code and wxPython's helpers.cpp code. +makefile.vc + Very small makefile (list of variable's really). It has a big + brother, makeinc.vc, in the modules dir which is shared by all + modules and does the real work.