diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-08-15 10:39:51 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-08-15 23:37:24 +0800 |
commit | 0a85a764198f3b62099b7067a35aab479afd8967 (patch) | |
tree | 2782831c1633f1f5d12e18c2f8428e701585451e /gtk/libgtk4.manifest.in | |
parent | f7409773b3cc213a750010c8654a9d67ddceb596 (diff) | |
download | gtk+-0a85a764198f3b62099b7067a35aab479afd8967.tar.gz |
build: Partially revert "Drop old MSC makefiles"
gtk/libgtk4.manifest.in is used to give the themed print dialog on
Windows, which should not be removed, so we ought to get it back.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
Diffstat (limited to 'gtk/libgtk4.manifest.in')
-rw-r--r-- | gtk/libgtk4.manifest.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gtk/libgtk4.manifest.in b/gtk/libgtk4.manifest.in new file mode 100644 index 0000000000..6e1677eb1f --- /dev/null +++ b/gtk/libgtk4.manifest.in @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity + version="1.0.0.0" + processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@" + name="libgtk3" + type="win32" + /> + <dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="@EXE_MANIFEST_ARCHITECTURE@" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> + </dependency> +</assembly> |