Files
CMake/Source
Brad King 8a07bcc149 MSVC: Restore support for non-incremental linking without 'rc' in PATH
Since commit 0b552eb877 (MSVC: Embed manifests directly for
non-incremental vs_link_exe links, 2023-02-20, v3.27.0-rc1~438^2) we
tell the MSVC `link` tool to embed manifests directly rather than
running `mt` ourselves.  However, `link` expects `rc` to be in the PATH
when embedding manifests.  Although that is normally true, some users
prepare minimal environments and explicitly specify include and link
directories for the Windows SDK.  In such cases, `rc` is not in the PATH
and is explicitly specified in `CMAKE_RC_COMPILER`.  Restore support for
such cases by explicitly adding the RC location to the end of the PATH.

Fixes: #25047
2023-07-06 08:11:34 -04:00
..
2023-05-30 09:46:12 -04:00
2023-02-14 14:34:03 -05:00
2023-06-05 06:20:50 -04:00
2023-05-30 09:46:12 -04:00
2023-06-30 10:31:40 -04:00
2023-05-30 09:46:12 -04:00
2023-05-22 16:51:15 -04:00
2023-01-03 07:49:22 -05:00
2023-02-14 14:34:03 -05:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-22 16:51:15 -04:00
2023-02-14 14:34:03 -05:00
2023-02-14 14:34:03 -05:00
2023-04-29 09:54:22 +02:00
2023-06-16 15:14:03 +02:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-05-30 09:46:12 -04:00
2023-02-14 14:34:03 -05:00
2023-03-14 15:20:47 -04:00