• Andrew MacIntyre's avatar
    More pre-2.3 build tweaks for the OS/2 EMX port: · 4ee893fe
    Andrew MacIntyre yazdı
    - 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.
    4ee893fe
Adı
Son kayıt (commit)
Son güncelleme
..
Makefile Loading commit data...
README.os2emx Loading commit data...
config.c Loading commit data...
dlfcn.c Loading commit data...
dlfcn.h Loading commit data...
dllentry.c Loading commit data...
getpathp.c Loading commit data...
pyconfig.h Loading commit data...
python23.def Loading commit data...
pythonpm.c Loading commit data...