cpython/Lib/distutils/command
Greg Ward 833dfd52e5 Added command description.
Added 'build_clib' and 'build_temp' options (where to put C libraries
  and where to put temporary compiler by-products, ie. object files).
Moved the call to 'check_library_list()' from 'run()' to 'finalize_options()'
  -- that way, if we're going to crash we do so earlier, and we guarantee
  that the library list is valid before we do anything (not just run).
Disallow directory separators in library names -- the compiled library
  always goes right in 'build_clib'.
Added 'get_library_names()', so the "build_ext" command knows what
  libraries to link every extension with.
2000-03-02 01:27:36 +00:00
..
__init__.py Changed 'dist' to 'sdist'. 2000-02-18 00:11:52 +00:00
build.py Build reorg: 2000-03-01 01:26:45 +00:00
build_clib.py Added command description. 2000-03-02 01:27:36 +00:00
build_ext.py Build reorg: 2000-03-01 01:43:28 +00:00
build_lib.py Added command description. 2000-03-02 01:27:36 +00:00
build_py.py Build reorg: change 'build_dir' option to 'build_lib'. 2000-03-01 01:19:37 +00:00
install.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_ext.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_lib.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
install_py.py Unfinished, untested implementation of the lovely baroque installation scheme 2000-02-26 00:49:04 +00:00
sdist.py Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. 2000-02-24 03:17:43 +00:00