commit | 7d73b9eb18b1c1b532e1572ea3bd637b1854ab80 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu Mar 09 03:16:05 2000 +0000 |
committer | Greg Ward <gward@python.net> | Thu Mar 09 03:16:05 2000 +0000 |
tree | 0dbd042347f8de618e8c67685599df676a9dc51e | |
parent | add03b62fd6ec982785432b64b783441f9fcb879 [diff] |
Added Joe Van Andel's 'get_python_inc()', adapted by me to supply the platform-neutral include dir by default and with Mac support. Added 'get_python_lib()', inspired by 'get_python_inc()'. Rewrote 'get_config_h_filename()' and 'get_makefile_filename()' in terms of 'get_python_inc()' and 'get_python_lib()'. Changed '_init_nt()' and '_init_mac()' to use 'get_python_inc()' and 'get_python_lib()' for directory names.