Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Update cmake_minimum_required versions to 3.10 | Brad King | 2024-10-03 | 1 | -1/+1 |
| | |||||
* | Windows: Merge user-provided manifests into compiled resource | Kenney Phillis | 2020-04-21 | 1 | -0/+3 |
| | | | | | | Previously we merged user-provided manifests only into the manifest file given to the linker. Merge them into the manifest file that is compiled as a resource too. | ||||
* | Add support for *.manifest source files with MSVC tools | Brad King | 2015-09-17 | 1 | -0/+5 |
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> |