]> granicus.if.org Git - python/commit
Patch #403947: On Cygwin, use the Unix compiler class, and not
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Feb 2001 19:13:15 +0000 (19:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 27 Feb 2001 19:13:15 +0000 (19:13 +0000)
commita34dbe0fdcfd7cf75c8d339542183d58cacfce8b
tree5a3c5ccf328a6fc921727a4e203af7470e12bbed
parent4db62b1e14ed909d4bd574633a11c45455c76beb
Patch #403947: On Cygwin, use the Unix compiler class, and not
 the Cygwin-specific compiler class.

 (According to Jason Tishler, cygwinccompiler needs some work to
  handle the differences in Cygwin- and MSVC-Python. Makefile and
  config files are currently ignored by cygwinccompiler, as it was
  written to support cygwin for extensions which are intended to be
  used with the standard MSVC built Python.)
Lib/distutils/ccompiler.py