summaryrefslogtreecommitdiff
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>1999-09-29 12:20:55 +0000
committerGreg Ward <gward@python.net>1999-09-29 12:20:55 +0000
commit802d6b7b4c83dde3eebf3afb7221edcba88d7937 (patch)
tree41a8f1c78812c2207ed120a5136b6c0610e704e2 /Python/modsupport.c
parentcd1486fff14888437837298ada405b13ce965217 (diff)
downloadcpython-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/modsupport.c')
0 files changed, 0 insertions, 0 deletions