Tags: davidacm/ibmtts-host32-bridge
Tags
- Configured static CRT linking (+crt-static) to remove external non …
…windows core dependencies.
- Integrated `winres` in build.rs to inject Windows Version Resources (VERSIONINFO).
- Added legal metadata: GNU GPL v2 license, Author info, and GitHub repository URL.
- Implemented a custom Application Manifest (app.manifest) to:
- Declare Windows 10/11 compatibility (via supportedOS GUIDs).
- Set execution level to 'asInvoker' (UAC-friendly).
- Explicitly define 'x86' processorArchitecture for 32-bit enforcement.
- Hardened the binary via Cargo profile:
- Enabled LTO and 'panic = abort' for size optimization and stability.
- Stripped debug symbols to ensure a clean, production-ready DLL.