]> granicus.if.org Git - python/commit
Added 'extra_preargs' and 'extra_postargs' parameters to most methods,
authorGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:20:55 +0000 (12:20 +0000)
committerGreg Ward <gward@python.net>
Wed, 29 Sep 1999 12:20:55 +0000 (12:20 +0000)
commit802d6b7b4c83dde3eebf3afb7221edcba88d7937
tree41a8f1c78812c2207ed120a5136b6c0610e704e2
parentcd1486fff14888437837298ada405b13ce965217
Added 'extra_preargs' and 'extra_postargs' parameters to most methods,
  which allowed us to get rid of the 'build_info' used in some places
  (a temporary kludge to support MSVC++ "def" files).
Deleted big comment whining about that kludge.
Added 'compiler_type' class attribute.
Overhauled 'new_compiler()': now takes 'compiler' argument along with
  'plat' (both optional with sensible defaults), and looks them both up
  in the new 'default_compiler' and 'compiler_class' dictionaries to
  figure out where to get the concrete compiler class from.
Reordered arguments to 'gen_lib_options()' to match the order in
  which the arguments are generated (ie. -L before -l).
Lib/distutils/ccompiler.py