From ca19ea1ce8535428d7cc969302c61bfda735c353 Mon Sep 17 00:00:00 2001 From: Nadia Holmquist Pedersen Date: Sun, 6 Nov 2022 02:53:51 +0100 Subject: Windows resource/manifest fixes * Report correct Windows architecture for the build in the manifest * Output processed .rc/.manifest in the CMake binary dir to prevent potential issues with the files conflicting if cross compiling melonDS on the same Windows machine * Make the original file name actually make sense --- res/xp.manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/xp.manifest') diff --git a/res/xp.manifest b/res/xp.manifest index 85ca945..3e2476b 100644 --- a/res/xp.manifest +++ b/res/xp.manifest @@ -4,7 +4,7 @@ manifestVersion="1.0"> Project @@ -14,7 +14,7 @@ type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" - processorArchitecture="amd64" + processorArchitecture="${WIN32_ARCHITECTURE}" publicKeyToken="6595b64144ccf1df" language="*" /> -- cgit v1.2.3