commit | 09a47c797219473aadc65d29d354977d28ffbc9b | [log] [tgz] |
---|---|---|
author | RĂ¼diger Ihle <r.ihle@s-t.de> | Wed Aug 28 12:34:06 2024 +0200 |
committer | Brad King <brad.king@kitware.com> | Tue Sep 03 10:58:28 2024 -0400 |
tree | e0f39b893f215a572fc2a47dc5501ea126f69e94 | |
parent | 9b421a5fa31e32172aba382f40c0b60d09b4d873 [diff] |
MSVC: Restore support for non-incremental linking with v100 toolset and older Since commit 0b552eb877 (MSVC: Embed manifests directly for non-incremental vs_link_exe links, 2023-02-20, v3.27.0-rc1~438^2) we use `/MANIFEST:EMBED`, but that is not supported by older MSVC linkers. Restore use of the standalone manifest tool. Update `Tests/MSManifest` to recognize `dpiAwareness` in the manifest content as written by MSVC v100 tooling. Fixes: #26179