• Greg Ward's avatar
    os.name is "posix" or "nt" or we don't care. · f7a39eca
    Greg Ward yazdı
    Added big comment about the kludginess of passing 'build_options'
      to the link methods and how to fix it.
    Added 'gen_preprocess_options()' and 'gen_lib_options()' convenience
      functions -- the two cases are very similar for Unix C Compilers and
      VC++, so I figured I might as well unify the implementations.
    f7a39eca
ccompiler.py 19.7 KB