cpython/Lib/distutils/command
Greg Ward 9a33707be7 Hacked 'set_final_options()' to set (hopefully) appropriate values for
'install_site_lib' and install_site_platlib' on non-POSIX platforms.
Should at least work for NT, as this is adopted from Amos Latteier's NT
patches.  Also added extensive comments bitching about the inadequacy of
the current model, both under POSIX and NT (and probably other) systems.
1999-06-08 02:04:36 +00:00
..
__init__.py First checkin of real Distutils command modules. 1999-03-22 14:55:25 +00:00
build.py Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00
build_py.py Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00
install.py Hacked 'set_final_options()' to set (hopefully) appropriate values for 1999-06-08 02:04:36 +00:00
install_lib.py Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00
install_py.py Rearranged things so that compilation of .py files is the responsibility 1999-05-02 21:39:13 +00:00