0
0
mirror of https://github.com/python/cpython.git synced 2024-11-28 08:20:55 +01:00
cpython/Lib/distutils/command
Greg Ward 842296480e 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()'.
2000-03-31 03:50:23 +00:00
..
__init__.py
bdist_dumb.py
bdist.py
build_clib.py
build_ext.py Patch (mostly) from Thomas Heller for building on Windows: 2000-03-31 03:50:23 +00:00
build_py.py
build.py
clean.py
install_lib.py
install.py
sdist.py