summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/config.c
Commit message (Collapse)AuthorAgeFilesLines
* bring OS/2 EMX port build environment up to dateAndrew MacIntyre2004-07-071-2/+4
|
* reorganise modules, so that most standard extensions are built intoAndrew MacIntyre2003-06-091-1/+1
| | | | | the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
* Makefile & config.c:Andrew MacIntyre2003-04-211-26/+28
| | | | | | | | | | - restructure build for modules now in Python DLL README.os2emx - clean out old cruft no longer appropriate now that EMX port builds from CVS - reflect move of modules into core DLL - add section on building from source
* Makefile:Andrew MacIntyre2003-04-211-0/+2
| | | | | | | | | | | - add _csv module to the build list - various cleanups config.c: - various cleanups pyconfig.h: - various cleanups
* bring structure closer to std config.c, whitespace normalisationAndrew MacIntyre2003-01-021-30/+44
|
* make _sre a dynamically loadable module and build xxsubtypeAndrew MacIntyre2002-06-101-1/+3
|
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-171-0/+160
PC/os2emx/ Makefile README.os2emx config.c dlfcn.c // libdl emulation code for loadable extensions dlfcn.h dllentry.c // DLL initialisation routine for Python DLL getpath.c pyconfig.h python23.def // Python DLL symbol export definitions pythonpm.c // console-less PM interpreter wrapper