]> granicus.if.org Git - python/commit
Added command description.
authorGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:27:36 +0000 (01:27 +0000)
committerGreg Ward <gward@python.net>
Thu, 2 Mar 2000 01:27:36 +0000 (01:27 +0000)
commit833dfd52e557fb7864c60bad140e97bb5a7b9fa2
treed77e7685e4db3215374d5d68e073064b4e0bc94e
parent49ffce173ef739c8f3f26f236287e57f5d018a19
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.
Lib/distutils/command/build_clib.py
Lib/distutils/command/build_lib.py