]> granicus.if.org Git - python/commit
Patch (mostly) from Thomas Heller for building on Windows:
authorGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:50:23 +0000 (03:50 +0000)
committerGreg Ward <gward@python.net>
Fri, 31 Mar 2000 03:50:23 +0000 (03:50 +0000)
commit842296480e80873de5f5042da42533044a9586dd
tree660580506e5b2b232354121f964508c986a65f90
parent6e8ee5d8e990d355fab602ab489ca43a7ae94aa5
Patch (mostly) from Thomas Heller for building on Windows:
  * build to "Debug" or "Release" temp directory
  * put linker turds (.lib and .exp files) in the build temp directory
  * tack on "_d" to extensions built with debugging
  * added 'get_ext_libname()' help in putting linker turds to temp dir
Also, moved the code that simplifies None to empty list for a bunch
  of options to 'finalize_options()' instead of 'run()'.
Lib/distutils/command/build_ext.py