This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, loewis, mhammond, weck
Date 2007-11-27.14:43:42
SpamBayes Score 0.004342245
Marked as misclassified No
Message-id <1196174622.87.0.702401879535.issue1455@psf.upfronthosting.co.za>
In-reply-to
Content
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.
Files
File name Uploaded
py3k_vs2008_4.patch christian.heimes, 2007-11-27.14:43:42
History
Date User Action Args
2007-11-27 14:43:43christian.heimessetspambayes_score: 0.00434224 -> 0.004342245
recipients: + christian.heimes, loewis, mhammond, weck
2007-11-27 14:43:42christian.heimessetspambayes_score: 0.00434224 -> 0.00434224
messageid: <1196174622.87.0.702401879535.issue1455@psf.upfronthosting.co.za>
2007-11-27 14:43:42christian.heimeslinkissue1455 messages
2007-11-27 14:43:42christian.heimescreate