]> git.saurik.com Git - wxWidgets.git/commitdiff
I have no idea if this is right or works, but I'm adding a manifest to
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Dec 2001 21:23:36 +0000 (21:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Dec 2001 21:23:36 +0000 (21:23 +0000)
wxPython's resource file for WinXP...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/wxc.pyd.manifest [new file with mode: 0644]
wxPython/src/wxc.rc

diff --git a/wxPython/src/wxc.pyd.manifest b/wxPython/src/wxc.pyd.manifest
new file mode 100644 (file)
index 0000000..f898b26
--- /dev/null
@@ -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="x86"
+    name="Controls"
+    type="win32"
+/>
+<description>wxPython: GUI library for Python</description>
+<dependency>
+    <dependentAssembly>
+        <assemblyIdentity
+            type="win32"
+            name="Microsoft.Windows.Common-Controls"
+            version="6.0.0.0"
+            processorArchitecture="X86"
+            publicKeyToken="6595b64144ccf1df"
+            language="*"
+        />
+    </dependentAssembly>
+</dependency>
+</assembly>
index dabba42f8ce073507037012ed42787da87216a9c..c7ea471fca54486fe9c3389cb6b6cd25a494986b 100644 (file)
@@ -1,3 +1,6 @@
 aa_wxpicon ICON "wxp.ico"
 #include "wx/msw/wx.rc"
 #include "wx/html/msw/wxhtml.rc"
 aa_wxpicon ICON "wxp.ico"
 #include "wx/msw/wx.rc"
 #include "wx/html/msw/wxhtml.rc"
+
+CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "wxc.pyd.manifest"
+