commit | 60f64330d10ecd4a3763dec38e3f50dbed742555 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Thu Mar 02 01:32:21 2000 +0000 |
committer | Greg Ward <gward@python.net> | Thu Mar 02 01:32:21 2000 +0000 |
tree | 92d0e312a8c75351ae3b74c645991f52975d9980 | |
parent | 833dfd52e557fb7864c60bad140e97bb5a7b9fa2 [diff] |
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.