summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-03-02 01:27:36 +0000
committerGreg Ward <gward@python.net>2000-03-02 01:27:36 +0000
commit762d38c5d712ed8d8686ce8c486f919dda411acd (patch)
tree2e96cbfc9697c95730d717abdcd914258d5d86e8 /Python/errors.c
parent0146a1d3d4e62fcfdee58320dc5824e7acc3ca5d (diff)
downloadcpython-762d38c5d712ed8d8686ce8c486f919dda411acd.tar.gz
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 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions