summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/_msvccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24798: _msvccompiler.py doesn't properly support manifestsSteve Dower2015-08-051-117/+50
|
* Update default msvccompiler link options to match the options used for core ↵Steve Dower2015-07-301-2/+2
| | | | | | builds. This ensures that wheels will work when moved to machines that have the same subset of the MSVC libraries as a regular CPython install. Specifically, vcruntime##0.dll may not be installed, and should not be a dependency.
* Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions.Steve Dower2015-05-231-0/+561