]> granicus.if.org Git - python/commit
If the "build_lib" command built any C libraries, link with them all
authorGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:32:21 +0000 (01:32 +0000)
committerGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:32:21 +0000 (01:32 +0000)
commit60f64330d10ecd4a3763dec38e3f50dbed742555
tree92d0e312a8c75351ae3b74c645991f52975d9980
parent833dfd52e557fb7864c60bad140e97bb5a7b9fa2
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.
Lib/distutils/command/build_ext.py