Add MSW manifests for ARM and ARM64 platforms

Closes https://github.com/wxWidgets/wxWidgets/pull/1657
This commit is contained in:
GH Cao
2019-11-21 00:55:02 +08:00
committed by Vadim Zeitlin
parent 2bc6e50ede
commit c0c2260944
5 changed files with 58 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="0.64.1.0"
processorArchitecture="arm"
name="Controls"
type="win32"
/>
<description>wxWindows application</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="arm"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>