From 6fb5fc0f8721b7f8e7de5fc111ef85598dd50faf Mon Sep 17 00:00:00 2001 From: abart27 Date: Mon, 21 Sep 2026 22:39:02 +0200 Subject: [PATCH 1/2] Support cross-compilation from Linux --- STROOP/STROOP.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/STROOP/STROOP.csproj b/STROOP/STROOP.csproj index b88c79bdc..9181cd7ef 100644 --- a/STROOP/STROOP.csproj +++ b/STROOP/STROOP.csproj @@ -6,6 +6,9 @@ false icon.ico app.manifest + true + win-x64 + true From 4cae659e065cd38ae0c878f8d4250c83bd627386 Mon Sep 17 00:00:00 2001 From: abart27 Date: Mon, 21 Sep 2026 22:41:15 +0200 Subject: [PATCH 2/2] Add note about cross-compilation in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26a9adb00..413bf071a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Requirements: A simple `dotnet build` in the repository root directory will create a debug build.
A `Release` configuration is also present for non-debugging purposes and is used for the binary releases in this repository. +Cross-compiling with a Windows target on other platforms is supported. ## Status