summaryrefslogtreecommitdiffstats
path: root/Tests/MSManifest
Commit message (Collapse)AuthorAgeFilesLines
* MSVC: Fix linking with /MANIFEST:NO optionBrad King2015-11-181-0/+2
| | | | | | Refactoring in commit v3.4.0-rc1~74^2~1 (MSVC: Rewrite manifest file handling with Makefile and Ninja, 2015-09-15) broke handling of this option. Fix it and add a test case.
* Add support for *.manifest source files with MSVC toolsBrad King2015-09-175-0/+25
Classify .manifest sources separately, add dependencies on them, and pass them to the MS manifest tool to merge with linker-generated manifest files. Inspired-by: Gilles Khouzam <gillesk@microsoft.com>