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 rohitjamuar
Recipients christopher.hogan, dstufft, eric.araujo, paul.moore, r.david.murray, rohitjamuar, steve.dower, tim.golden, zach.ware
Date 2016-05-02.21:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462224525.63.0.983931385704.issue26876@psf.upfronthosting.co.za>
In-reply-to
Content
Just so that I understand it clearly - Inside MSVCCompiler class (in _msvccompiler.py / msvccompiler.py / msvc9compiler.py ), current implementation of find_exe() finds compiler / linker / ... after parsing PATH. Should the changes be so, that if DISTUTILS_USE_SDK is set to the environment, the values set to CC / AR / LD, etc. are used verbatim? Or did you mean to say, that just as CC, LD and AR are being read from the environment, the same way rc.exe, mc.exe and mt.exe should be read as well, in case DISTUTILS_USE_SDK is set to the environment?
History
Date User Action Args
2016-05-02 21:28:45rohitjamuarsetrecipients: + rohitjamuar, paul.moore, tim.golden, eric.araujo, r.david.murray, zach.ware, steve.dower, dstufft, christopher.hogan
2016-05-02 21:28:45rohitjamuarsetmessageid: <1462224525.63.0.983931385704.issue26876@psf.upfronthosting.co.za>
2016-05-02 21:28:45rohitjamuarlinkissue26876 messages
2016-05-02 21:28:45rohitjamuarcreate