cpython/Lib/distutils/command
Thomas Heller 1dbe9d5247 Removed the extra_dirs and path_file metadata options.
They are unneeded: All this stuff is already done by the
install command which is run by bdist_wininst.

One bug has been fixed:
The root of the fake install tree is install.install_purelib,
not install.install_lib!
They are different if the extra_path option is used in
the setup function.

Rebuild after the changes to wininst.exe.
2000-09-29 11:36:55 +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 Removed the extra_dirs and path_file metadata options. 2000-09-29 11:36:55 +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