[PR #2015] Share PCH files between WinRT components to speed up builds #24774

Closed
opened 2026-01-31 09:05:16 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/2015

State: closed
Merged: No


Summary of the Pull Request

Moves CppWinRT projects to use a shared PCH to speed up build time since they all require pretty much the same header things.

PR Checklist

Validation Steps Performed

Built it with msbuild, built it with VS2019. Now we'll try building with CI and hopefully confirm it's OK.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/2015 **State:** closed **Merged:** No --- <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Moves CppWinRT projects to use a shared PCH to speed up build time since they all require pretty much the same header things. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #946 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed * [x] Requires documentation to be updated * [x] I've discussed this with core contributors already. <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Built it with msbuild, built it with VS2019. Now we'll try building with CI and hopefully confirm it's OK.
claunia added the pull-request label 2026-01-31 09:05:16 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24774