Message 251971 - Python tracker (original) (raw)
Message251971
Author | Matt.Hickford |
---|---|
Recipients | Matt.Hickford, dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware |
Date | 2015-09-30.21:15:44 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1443647744.89.0.488480102452.issue25251@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
I'm not sure what the correct analogue of msvcr100 is for Visual C++ 14.0. "msvcr140.dll no longer exists" http://blogs.msdn.com/b/vcblog/archive/2014/06/03/visual-studio-14-ctp.aspx elif msc_ver == '1600': # VS2010 / MSVC 10.0 return ['msvcr100'] elif msc_ver == '1900': |
History | |||
---|---|---|---|
Date | User | Action | Args |
2015-09-30 21:15:44 | Matt.Hickford | set | recipients: + Matt.Hickford, paul.moore, tim.golden, eric.araujo, zach.ware, steve.dower, dstufft |
2015-09-30 21:15:44 | Matt.Hickford | set | messageid: 1443647744.89.0.488480102452.issue25251@psf.upfronthosting.co.za |
2015-09-30 21:15:44 | Matt.Hickford | link | issue25251 messages |
2015-09-30 21:15:44 | Matt.Hickford | create |