]> granicus.if.org Git - python/commit
Catch up with latest changes in CCompiler:
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:29:10 +0000 (12:29 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:29:10 +0000 (12:29 +0000)
commitdf178f97de0a03b40ee1cb0772d1546bf466dd26
tree018036fcdcee191b2bb90777bfd9b6d73ce6793f
parent0e3530ba2876de55eaf762a982484135a89bf199
Catch up with latest changes in CCompiler:
  - 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.
Lib/distutils/msvccompiler.py