cpython/Lib/distutils/command
Andrew M. Kuchling 506f0b1fc6 Part of patch #102409: special cases for Cygwin:
Lib/distutils/command/build_ext.py(build_ext.finalize_options): Add
    Cygwin specific code to append Python's library directory to the
    extension's list of library directories.

    (build_ext.get_libraries): Add Cygwin specific code to append Python's
    (import) library to the extension's list of libraries.
2001-01-24 15:43:09 +00:00
..
__init__.py
bdist.py Untabified. 2000-10-14 04:06:40 +00:00
bdist_dumb.py
bdist_rpm.py
bdist_wininst.py
build.py Untabified. 2000-10-14 04:06:40 +00:00
build_clib.py Untabified. 2000-10-14 04:06:40 +00:00
build_ext.py Part of patch #102409: special cases for Cygwin: 2001-01-24 15:43:09 +00:00
build_py.py
build_scripts.py
clean.py Untabified. 2000-10-14 04:06:40 +00:00
command_template
config.py
install.py Modified version of a patch from Jeremy Kloth, to make .get_outputs() 2001-01-16 16:16:03 +00:00
install_data.py Untabified. 2000-10-14 04:06:40 +00:00
install_headers.py
install_lib.py
install_scripts.py
sdist.py Untabified. 2000-10-14 04:06:40 +00:00