]> granicus.if.org Git - python/commit
Build reorg:
authorGreg Ward <gward@python.net>
Wed, 1 Mar 2000 01:43:28 +0000 (01:43 +0000)
committerGreg Ward <gward@python.net>
Wed, 1 Mar 2000 01:43:28 +0000 (01:43 +0000)
commite51d69efb0f1cb319b03224684f184a4bb3fd0bb
tree8f70e03a755d8d0b8631d1c5d0a77ee2f606c191
parent42a3bf564aefab433acdff150f48822177700311
Build reorg:
  * 'build_dir' -> 'build_lib', which by default takes its value
    straight from 'build_lib' in the 'build' command
  * added 'build_temp' and 'inplace' options
  * change 'build_extensions()' to put object files (compiler turds) in
    'build_temp' dir
  * complicated the name-of-extension-file shenanigans in
    'build_extensions()' to support "in-place" extension building, i.e.
    put the extension right into the source tree (handy for developers)
  * added 'get_ext_fullname()', renamed 'extension_filename()' to
    'get_ext_filename()', and tweaked the latter a bit -- all to support
    the new filename shenanigans
Lib/distutils/command/build_ext.py