mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Create and populate OS/2 EMX port platform specific library directory:
Lib/plat-os2emx/ IN.py SOCKET.py grp.py pwd.py // pwd module that can process real passwd files regen
This commit is contained in:
parent
f2d7d15805
commit
f47d60ffec
5 changed files with 511 additions and 0 deletions
7
Lib/plat-os2emx/regen
Normal file
7
Lib/plat-os2emx/regen
Normal file
|
@ -0,0 +1,7 @@
|
|||
#! /bin/sh
|
||||
export INCLUDE=$C_INCLUDE_PATH
|
||||
set -v
|
||||
python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/fcntl.h
|
||||
python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/sys/socket.h
|
||||
python.exe ../../Tools/scripts/h2py.py -i '(u_long)' $C_INCLUDE_PATH/netinet/in.h
|
||||
#python.exe ../../Tools/scripts/h2py.py $C_INCLUDE_PATH/termios.h
|
Loading…
Add table
Add a link
Reference in a new issue