]> granicus.if.org Git - python/commit
Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two
authorGreg Ward <gward@python.net>
Wed, 21 Jun 2000 03:33:03 +0000 (03:33 +0000)
committerGreg Ward <gward@python.net>
Wed, 21 Jun 2000 03:33:03 +0000 (03:33 +0000)
commit7c6395a6a30eeb5c4120d09de487d869b7606e13
treef28852be9b0704ae8834e98c28b8efa5a80a3ddd
parentb2db0eb695d2d62cb1a74c51bb005a23821a76ce
Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two
major ports of GCC to Windows.  Contributed by Rene Liebscher, and quite
untested by me.  Apparently requires tweaking Python's installed config.h
and adding a libpython.a to build extensions.
Lib/distutils/cygwinccompiler.py [new file with mode: 0644]