cpython/Lib/distutils/command
Greg Ward 60f64330d1 If the "build_lib" command built any C libraries, link with them all
when building extensions (uses build_lib's 'get_library_names()' method).
Ensure that the relative structure of source filenames is preserved in
  the temporary build tree, eg. foo/bar.c compiles to
  build/temp.<plat>/foo/bar.o.
2000-03-02 01:32:21 +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 If the "build_lib" command built any C libraries, link with them all 2000-03-02 01:32:21 +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