[issue1455] VS2008, quick hack for distutils.msvccompiler

Christian Heimes report at bugs.python.org
Sat Nov 17 14:48:13 CET 2007


New submission from Christian Heimes:

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?

----------
assignee: loewis
components: Distutils
files: py3k_vs2008_hack.patch
keywords: patch, py3k
messages: 57599
nosy: loewis, tiran
priority: normal
severity: normal
status: open
title: VS2008, quick hack for distutils.msvccompiler
type: rfe
versions: Python 3.0
Added file: http://bugs.python.org/file8766/py3k_vs2008_hack.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1455>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_vs2008_hack.patch
Type: text/x-diff
Size: 11056 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071117/58818eff/attachment.patch 


More information about the Python-bugs-list mailing list