Skip to content
Snippets Groups Projects
  1. Jul 18, 2023
  2. Jul 17, 2023
  3. Jul 14, 2023
  4. Jul 13, 2023
  5. Jul 12, 2023
  6. Jul 11, 2023
  7. Jul 09, 2023
  8. Jul 07, 2023
  9. Jul 06, 2023
    • Brad King's avatar
      MSVC: Restore support for non-incremental linking without 'rc' in PATH · 8a07bcc1
      Brad King authored
      Since commit 0b552eb8 (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
      8a07bcc1
  10. Jul 05, 2023
Loading