]> granicus.if.org Git - python/commit
Applied my patch #1455 with some extra fixes for VS 2005
authorChristian Heimes <christian@cheimes.de>
Mon, 3 Dec 2007 13:47:29 +0000 (13:47 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 3 Dec 2007 13:47:29 +0000 (13:47 +0000)
commit3305c52de76821ec03db37c8afa81eb017eedb07
treebfc39d80ad7220631f1fe8840097f2be13781d54
parentef01d822aaea11ae25f78cb0be32865a5df07620
Applied my patch #1455 with some extra fixes for VS 2005
The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
Lib/distutils/command/build_ext.py
Lib/distutils/cygwinccompiler.py
Lib/distutils/msvc9compiler.py [new file with mode: 0644]
Lib/distutils/msvccompiler.py
Modules/xxmodule.c