[PR #11610] [MERGED] Compile OpenConsoleProxy without CRT #28664

Open
opened 2026-01-31 09:29:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11610
Author: @lhecker
Created: 10/25/2021
Status: Merged
Merged: 10/26/2021
Merged by: @undefined

Base: mainHead: dev/lhecker/proxy-no-default-lib


📝 Commits (3)

📊 Changes

6 files changed (+42 additions, -6 deletions)

View changed files

📝 .github/actions/spelling/expect/expect.txt (+3 -0)
📝 src/common.build.pre.props (+2 -1)
📝 src/cppwinrt.build.pre.props (+1 -1)
📝 src/host/proxy/Host.Proxy.vcxproj (+15 -4)
📝 src/host/proxy/Host.Proxy.vcxproj.filters (+3 -0)
src/host/proxy/nodefaultlib_shim.h (+18 -0)

📄 Description

After this commit OpenConsoleProxy will be built without a CRT.
This cuts down its binary size and DLL dependency bloat.
We hope that this fixes a COM server activation bug if the
user doesn't have a CRT installed globally on their system.

Fixes #11529


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11610 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 10/25/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/proxy-no-default-lib` --- ### 📝 Commits (3) - [`2ab9296`](https://github.com/microsoft/terminal/commit/2ab9296a6512bf1eaae006616e18c53f9787d246) Compile OpenConsoleProxy without CRT - [`9ee9026`](https://github.com/microsoft/terminal/commit/9ee9026d284dec4c63d848d849e95d54eb2a9456) Fix ARM64 build - [`32908fa`](https://github.com/microsoft/terminal/commit/32908faca292502b62c4f75517c6ca244a4b01b3) Address Dustin's feedback ### 📊 Changes **6 files changed** (+42 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/expect/expect.txt` (+3 -0) 📝 `src/common.build.pre.props` (+2 -1) 📝 `src/cppwinrt.build.pre.props` (+1 -1) 📝 `src/host/proxy/Host.Proxy.vcxproj` (+15 -4) 📝 `src/host/proxy/Host.Proxy.vcxproj.filters` (+3 -0) ➕ `src/host/proxy/nodefaultlib_shim.h` (+18 -0) </details> ### 📄 Description After this commit OpenConsoleProxy will be built without a CRT. This cuts down its binary size and DLL dependency bloat. We hope that this fixes a COM server activation bug if the user doesn't have a CRT installed globally on their system. Fixes #11529 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:29:57 +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#28664