]> granicus.if.org Git - python/commit
Refactor compile() method implementations.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:28:18 +0000 (17:28 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 13 Jun 2002 17:28:18 +0000 (17:28 +0000)
commit1bba31d9a2dd24824a36b7e02cab7a9502587269
tree73251af664eaf462bf848864c6af00c3761eacbd
parent6864d30dfedc7325540fbed580dc35d24b56a41d
Refactor compile() method implementations.

Always use _setup_compile() to do the grunt work of processing
arguments, figuring out which files to compile, and emitting debug
messages for files that are up-to-date.

Use _get_cc_args() when possible.
Lib/distutils/bcppcompiler.py
Lib/distutils/cygwinccompiler.py
Lib/distutils/emxccompiler.py
Lib/distutils/msvccompiler.py
Lib/distutils/unixccompiler.py