]> granicus.if.org Git - python/commit
Create and populate OS/2 EMX port build directory:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 17 Feb 2002 05:23:30 +0000 (05:23 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Sun, 17 Feb 2002 05:23:30 +0000 (05:23 +0000)
commit41d97d677761032a12b1efdf1f61bec6b0b37235
tree9f13f36d9945cfb4736fa62a88946a763e7e2238
parent18e6778bcdffc68c5b954cb41a6031698e67082e
Create and populate OS/2 EMX port build directory:
  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
PC/os2emx/Makefile [new file with mode: 0644]
PC/os2emx/README.os2emx [new file with mode: 0644]
PC/os2emx/config.c [new file with mode: 0644]
PC/os2emx/dlfcn.c [new file with mode: 0644]
PC/os2emx/dlfcn.h [new file with mode: 0644]
PC/os2emx/dllentry.c [new file with mode: 0644]
PC/os2emx/getpathp.c [new file with mode: 0644]
PC/os2emx/pyconfig.h [new file with mode: 0644]
PC/os2emx/python23.def [new file with mode: 0644]
PC/os2emx/pythonpm.c [new file with mode: 0644]