summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add build machinery for the SSL socket moduleAndrew MacIntyre2005-02-171-0/+8
|
* make thread stack size compile-time tunable on OS/2, increase main stackAndrew MacIntyre2005-01-171-1/+17
|
* bring modules up to date, correct .DEF file versionAndrew MacIntyre2004-10-031-10/+0
|
* bring OS/2 EMX port build environment up to dateAndrew MacIntyre2004-07-071-10/+13
|
* add definitions required for expat 1.95.7Andrew MacIntyre2003-12-251-1/+1
|
* - add build support for curses extension to be a normal DLL as well asAndrew MacIntyre2003-12-021-5/+12
| | | | | a Python extension, so that the curses_panel extension works. - minor compiler switch tweak.
* More pre-2.3 build tweaks for the OS/2 EMX port:Andrew MacIntyre2003-07-161-23/+11
| | | | | | | | | | - 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-4/+35
| | | | | | | | | | | | | | - 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.
* bump stack size to cater for _sre recursion.Andrew MacIntyre2003-06-091-1/+1
| | | | | | reorganise modules, so that most standard extensions are built into the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
* Makefile & config.c:Andrew MacIntyre2003-04-211-112/+41
| | | | | | | | | | - 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-23/+41
| | | | | | | | | | | - add _csv module to the build list - various cleanups config.c: - various cleanups pyconfig.h: - various cleanups
* OS/2 EMX build updates for recent CVS changesAndrew MacIntyre2003-02-191-0/+8
|
* fix a merge mistake - readline not built by defaultAndrew MacIntyre2003-01-021-1/+1
|
* Build process updates:Andrew MacIntyre2002-12-311-9/+47
| | | | | | - add new modules (zipimport, datetime, _random, bz2, _symtable) - build pyexpat with expat sources from Python distribution - regression test with and without compiled bytecode
* make BSDDB 1.85 module buildable again after BSDDB3 module importAndrew MacIntyre2002-12-041-3/+3
|
* Build process updates:Andrew MacIntyre2002-08-181-17/+33
| | | | | | | - the security fixes to tempfile have lead to test_tempfile wanting to create 100 temporary files. as the EMX default is only 40, the number of file handles has been bumped (up to 250). - changes to pgen have required restructuring its build support.
* make _sre a dynamically loadable module and build xxsubtypeAndrew MacIntyre2002-06-101-3/+14
|
* add enumobject.c to build machineryAndrew MacIntyre2002-04-301-2/+3
|
* update build infrastructure for pymalloc and bool changesAndrew MacIntyre2002-04-151-0/+2
|
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-171-0/+622
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