cpython/Lib/distutils/command
Thomas Heller 18b9b93df3 Removed the implib_dir instance variable because it is unused.
Removed get_ext_libname() because it is unused.

Fixed get_libraries() to append an '_d' to the python debug
import library. If MSVC is used, do not add 'pythonxx.lib' to
the list of libraries, because this is handled better
by a pragma in config.h.

This should fix bug #115595, but it needs some more testing.
2000-09-28 19:28:35 +00:00
..
__init__.py Infrastructure support for the "bdist_wininst" command. 2000-06-27 01:24:07 +00:00
bdist.py Rene Liebscher: if we have to run the same sub-command multiple times 2000-09-16 16:04:59 +00:00
bdist_dumb.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
bdist_rpm.py Added a bunch of missing "=" signs in the option table. 2000-09-25 01:53:01 +00:00
bdist_wininst.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build_clib.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build_ext.py Removed the implib_dir instance variable because it is unused. 2000-09-28 19:28:35 +00:00
build_py.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
build_scripts.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
clean.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
command_template Cosmetic tweak. 2000-05-30 02:04:54 +00:00
config.py Added 'include_dirs' parameters all over the place. 2000-06-27 01:21:22 +00:00
install.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_data.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_headers.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_lib.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
install_scripts.py Added 'boolean_options' list to support config file parsing. 2000-09-25 01:41:15 +00:00
sdist.py Renamed '--keep-tree' option to '--keep-temp', for consistency 2000-09-25 01:51:01 +00:00