mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
- add 'extra_preargs' and 'extra_postargs' parameters (and use them!) - got rid of 'build_info' kludge parameter - added 'compiler_type' class attribute - respect reordered arguments to 'gen_lib_options()' Also added 'output_dir' parameter (catching up with older change in CCompiler) -- BUT this is presently ignored by all methods! Deleted some more docstrings redundant with CCompiler. Dropped generated of "/DEF:" argument --- that's now done by the 'build_ext' command. |
||
|---|---|---|
| .. | ||
| command | ||
| __init__.py | ||
| ccompiler.py | ||
| core.py | ||
| errors.py | ||
| fancy_getopt.py | ||
| msvccompiler.py | ||
| spawn.py | ||
| sysconfig.py | ||
| text_file.py | ||
| unixccompiler.py | ||
| util.py | ||
| version.py | ||