]> granicus.if.org Git - python/commit
os.name is "posix" or "nt" or we don't care.
authorGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:29:08 +0000 (02:29 +0000)
committerGreg Ward <gward@python.net>
Wed, 8 Sep 1999 02:29:08 +0000 (02:29 +0000)
commitf7a39ecac1c08c28456aa11ca7d5b3d57f8e4e84
treed674b3b09856d733a90b80c9d9afb1102d560072
parenta4d132a868902ee2f1d73bf50de7af229ae72991
os.name is "posix" or "nt" or we don't care.
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.
Lib/distutils/ccompiler.py