Property changes on: . ___________________________________________________________________ Name: svn:ignore - .purify autom4te.cache config.log config.cache config.status config.status.lineno db_home Makefile buildno python build Makefile.pre platform pyconfig.h libpython*.a python.exe CP936.TXT SHIFT_JISX0213.TXT JOHAB.TXT EUC-JP.TXT NormalizationTest-3.2.0.txt NormalizationTest.txt BIG5.TXT BIG5HKSCS-2004.TXT CP949.TXT EUC-CN.TXT BIG5HKSCS.TXT SHIFTJIS.TXT EUC-KR.TXT EUC-JISX0213.TXT CP932.TXT CP950.TXT reflog.txt gb-18030-2000.xml tags TAGS .gdb_history + .purify autom4te.cache config.log config.cache config.status config.status.lineno db_home Makefile buildno python build Makefile.pre platform pyconfig.h libpython*.a libpython*.dll python.exe CP936.TXT SHIFT_JISX0213.TXT JOHAB.TXT EUC-JP.TXT NormalizationTest-3.2.0.txt NormalizationTest.txt BIG5.TXT BIG5HKSCS-2004.TXT CP949.TXT EUC-CN.TXT BIG5HKSCS.TXT SHIFTJIS.TXT EUC-KR.TXT EUC-JISX0213.TXT CP932.TXT CP950.TXT reflog.txt gb-18030-2000.xml tags TAGS .gdb_history Index: Lib/distutils/cygwinccompiler.py =================================================================== --- Lib/distutils/cygwinccompiler.py (revision 61699) +++ Lib/distutils/cygwinccompiler.py (working copy) @@ -78,12 +78,14 @@ else: raise ValueError("Unknown MS Compiler version %i " % msc_Ver) + return [] + class CygwinCCompiler (UnixCCompiler): compiler_type = 'cygwin' obj_extension = ".o" - static_lib_extension = ".a" + static_lib_extension = ".dll.a" shared_lib_extension = ".dll" static_lib_format = "lib%s%s" shared_lib_format = "%s%s" Index: Lib/distutils/ccompiler.py =================================================================== --- Lib/distutils/ccompiler.py (revision 61699) +++ Lib/distutils/ccompiler.py (working copy) @@ -1057,7 +1057,7 @@ # on a cygwin built python we can use gcc like an ordinary UNIXish # compiler - ('cygwin.*', 'unix'), + ('cygwin.*', 'cygwin'), ('os2emx', 'emx'), # OS name mappings Property changes on: Modules ___________________________________________________________________ Name: svn:ignore - Setup Makefile.pre Setup.thread Setup.config Setup.local hassignal config.c Makefile add2lib + Setup Makefile.pre Setup.thread Setup.config Setup.local hassignal config.c Makefile add2lib *.def Property changes on: Modules/_ctypes ___________________________________________________________________ Name: svn:ignore + *.def Property changes on: Modules/cjkcodecs ___________________________________________________________________ Name: svn:ignore + *.def Property changes on: Modules/_sqlite ___________________________________________________________________ Name: svn:ignore + *.def