summaryrefslogtreecommitdiffstats
path: root/Tools
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25Upgrade to waf 2.0.21David Robillard9-35/+48
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.
2020-04-02Update to waf 2.0.19David Robillard6-13/+35
2019-10-14Upgrade to waf 2.0.18David Robillard12-30/+109
2019-03-17Upgrade to waf 2.0.15David Robillard15-46/+199
2018-09-09Add waf 2.0.11David Robillard61-0/+13176