• Jeremy Hylton's avatar
    Refactor compile() method implementations. · 2c28f1d7
    Jeremy Hylton authored
    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.
    2c28f1d7
cygwinccompiler.py 15.9 KB