mirror of
https://github.com/python/cpython.git
synced 2024-11-25 02:44:06 +08:00
2e5432e4c1
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78644 | benjamin.peterson | 2010-03-03 20:07:55 -0600 (Wed, 03 Mar 2010) | 1 line set svn:executable on all regen scripts ........
8 lines
328 B
Bash
Executable File
8 lines
328 B
Bash
Executable File
#! /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
|