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
Date 2007-11-17.13:48:11
SpamBayes Score 0.0053543276
Marked as misclassified No
Message-id <1195307293.52.0.874036930861.issue1455@psf.upfronthosting.co.za>
In-reply-to
Content
I've come up with a quick hack to support VS 2008. VS 2008 Standard
Edition doesn't store the include and lib dirs in the registry any more.
However I came up with a nice way to get the env settings from the
vcvarsall.bat. How do you like it?

Do we need support for VS6 and VS7.1 or can I remove the code from the
module?
Files
File name Uploaded
py3k_vs2008_hack.patch christian.heimes, 2007-11-17.13:48:12
History
Date User Action Args
2007-11-17 13:48:13christian.heimessetspambayes_score: 0.00535433 -> 0.0053543276
recipients: + christian.heimes, loewis
2007-11-17 13:48:13christian.heimessetspambayes_score: 0.00535433 -> 0.00535433
messageid: <1195307293.52.0.874036930861.issue1455@psf.upfronthosting.co.za>
2007-11-17 13:48:13christian.heimeslinkissue1455 messages
2007-11-17 13:48:12christian.heimescreate