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:
Andrew MacIntyre 2002-02-22 11:06:30 +00:00
parent f2d7d15805
commit f47d60ffec
5 changed files with 511 additions and 0 deletions

7
Lib/plat-os2emx/regen Normal file
View 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