summaryrefslogtreecommitdiffstats
path: root/Tools/msvc.py
AgeCommit message (Collapse)AuthorFilesLines
2020-04-05Hack MSVC static library paths to avoid clashesDavid Robillard1-2/+6
The default waf configuration uses .lib for both static libraries and the manifest for DLLs, which is (somehow) the convention on Windows, but causes build errors because multiple targets produce the same outputs. Switch to using the UNIX convention ".a" (which is not unheard of on Windows, and is the approach used by Meson) to avoid this problem.
2019-10-14Upgrade to waf 2.0.18David Robillard1-1/+1
2019-03-17Upgrade to waf 2.0.15David Robillard1-8/+8
2018-09-09Add waf 2.0.11David Robillard1-0/+1020