mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-31 10:09:46 -06:00
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
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
name="Exe.Apps.Project"
|
||||
processorArchitecture="amd64"
|
||||
processorArchitecture="${WIN32_ARCHITECTURE}"
|
||||
version="1.0.0.0"
|
||||
type="win32"/>
|
||||
<description>Project</description>
|
||||
@ -14,7 +14,7 @@
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="amd64"
|
||||
processorArchitecture="${WIN32_ARCHITECTURE}"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user