summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-12 21:52:55 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-12 21:52:55 +0000
commitb83d1944463950ab27b4eff6bd746e91bca32fff (patch)
treea1decdc47e9b557749f8de8ce18e7f04a9ac6d93 /src
parentadd Windows resource files for x64 builds (diff)
downloadinkscape-b83d1944463950ab27b4eff6bd746e91bca32fff.tar.gz
inkscape-b83d1944463950ab27b4eff6bd746e91bca32fff.zip
add x64 Windows resource file
(bzr r13367)
Diffstat (limited to 'src')
-rw-r--r--src/inkview-manifest-x64.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inkview-manifest-x64.xml b/src/inkview-manifest-x64.xml
new file mode 100644
index 000000000..ec8ef44d8
--- /dev/null
+++ b/src/inkview-manifest-x64.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+<dependency>
+<dependentAssembly>
+<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0" processorArchitecture="ia64"
+ publicKeyToken="6595b64144ccf1df" language="*"/>
+</dependentAssembly>
+</dependency>
+</assembly> \ No newline at end of file