diff options
author | Greg Ward <gward@python.net> | 2000-03-02 01:27:36 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-03-02 01:27:36 (GMT) |
commit | 833dfd52e557fb7864c60bad140e97bb5a7b9fa2 (patch) | |
tree | d77e7685e4db3215374d5d68e073064b4e0bc94e /Lib/imghdr.py | |
parent | 49ffce173ef739c8f3f26f236287e57f5d018a19 (diff) | |
download | cpython-833dfd52e557fb7864c60bad140e97bb5a7b9fa2.zip cpython-833dfd52e557fb7864c60bad140e97bb5a7b9fa2.tar.gz cpython-833dfd52e557fb7864c60bad140e97bb5a7b9fa2.tar.bz2 |
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.
Diffstat (limited to 'Lib/imghdr.py')
0 files changed, 0 insertions, 0 deletions