[issue1455] VS2008, quick hack for distutils.msvccompiler

Christian Heimes report at bugs.python.org
Tue Nov 27 15:43:42 CET 2007


Christian Heimes added the comment:

I've created another patch to add VS 2008 support to distutils. The new
patch requires you to copy the msvccompiler.py first:

$ cd Lib/distutils
$ svn copy msvccompiler.py msvc9compiler.py
$ cd ../..
$ patch -p0 < py3k_vs2008_4.patch

Martin, if you are going to build Python 3.0a2 with VS 2008 then this
patch should be applied. I've tested it with VS 2008 and it *may* be
compatible with VS 2005, too.

----------
priority: normal -> high
Added file: http://bugs.python.org/file8813/py3k_vs2008_4.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1455>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_vs2008_4.patch
Type: text/x-diff
Size: 19578 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071127/4187b874/attachment-0001.patch 


More information about the Python-bugs-list mailing list