summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/python23.def
Commit message (Collapse)AuthorAgeFilesLines
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-161-12/+0
| | | | | | | | | | - more clean up of the generated import library definiton (.DEF file) following checking of patch 770521, and tightening of the sed regexps. - use -O3 even with gcc 2.8.1 - worth nearly 10% with 2.3; worth nothing with 2.2.x. - clean up a couple of whitespace issues introduced by a cut'n'paste.
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-131-259/+426
| | | | | | | | | | | | | | - separate the building of the core from the wrapper executables and the external modules (.PYDs), based on the Py_BUILD_CORE define; - clean up the generated import library definiton (.DEF file) to remove references to a number of non-static symbols that aren't part of the Python API and which shouldn't be exported by the core DLL; - compile the release build with -fomit-frame-pointer, for a small performance gain; - make "make clean" remove byte compiled Python library files.
* OS/2 EMX build updates for recent CVS changesAndrew MacIntyre2003-02-191-2/+7
|
* DLL export definition refreshAndrew MacIntyre2002-12-311-18/+73
|
* refresh to pick up recent changesAndrew MacIntyre2002-06-101-3/+3
|
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-0/+4
|
* update build infrastructure for pymalloc and bool changesAndrew MacIntyre2002-04-151-5/+16
|
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-171-0/+931
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