Staging
v0.5.1
https://github.com/python/cpython
Revision c55bb8a98fd249dbdd558f358ea12269d6221e86 authored by Jack Jansen on 07 January 2005, 13:13:50 UTC, committed by Jack Jansen on 07 January 2005, 13:13:50 UTC
Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set
to an empty value and distutils will get confused lateron.
1 parent 91199cf
Raw File
Tip revision: c55bb8a98fd249dbdd558f358ea12269d6221e86 authored by Jack Jansen on 07 January 2005, 13:13:50 UTC
Backport of 1.479:
Tip revision: c55bb8a
regen
#! /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
back to top