diff options
author | Greg Ward <gward@python.net> | 1999-09-29 12:20:55 +0000 |
---|---|---|
committer | Greg Ward <gward@python.net> | 1999-09-29 12:20:55 +0000 |
commit | 802d6b7b4c83dde3eebf3afb7221edcba88d7937 (patch) | |
tree | 41a8f1c78812c2207ed120a5136b6c0610e704e2 /Python | |
parent | cd1486fff14888437837298ada405b13ce965217 (diff) | |
download | cpython-git-802d6b7b4c83dde3eebf3afb7221edcba88d7937.tar.gz |
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).
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions