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
Showing
PC/os2emx/Makefile
0 → 100644
This diff is collapsed.
PC/os2emx/README.os2emx
0 → 100644
This diff is collapsed.
PC/os2emx/config.c
0 → 100644
PC/os2emx/dlfcn.c
0 → 100644
PC/os2emx/dlfcn.h
0 → 100644
PC/os2emx/dllentry.c
0 → 100644
PC/os2emx/getpathp.c
0 → 100644
PC/os2emx/pyconfig.h
0 → 100644
PC/os2emx/python23.def
0 → 100644
This diff is collapsed.
PC/os2emx/pythonpm.c
0 → 100644
Please register or sign in to comment