]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Latest version from Rene Liebscher; major changes:
authorGreg Ward <gward@python.net>
Wed, 2 Aug 2000 01:31:56 +0000 (01:31 +0000)
committerGreg Ward <gward@python.net>
Wed, 2 Aug 2000 01:31:56 +0000 (01:31 +0000)
commitbf5c70973f5c7bdd1e52b20c8d423b03f69418e4
tree69a10e3faf5320a7725d8b9a9bad34fb233b8f8c
parent1d526dd3b370fc7104ed3a9d025c1b3f541eac08
Latest version from Rene Liebscher; major changes:
  - added big comment describing possible problems
  - look for and react to versions of gcc, ld, and dlltool; mainly
    this is done by the 'get_versions()' function and the CygwinCCompiler
    and Mingw32CCompiler constructors
  - move 'check_config_h()' to end of file and defer calling it until
    we need to (ie. in the CygwinCCompiler constructor)
  - lots of changes in 'link_shared_object()' -- mostly seems to be
    library and DLL stuff, but I don't follow it entirely
Lib/distutils/cygwinccompiler.py