summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-05-12 21:48:39 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-05-12 21:48:39 +0000
commit56a433955a5472fa2762bfa828df12aacd6c96e1 (patch)
tree50edb6b8d55e14c2bd1cce255e05f933b72202b9 /src
parentremove another duplicate file copy from build.xml (diff)
downloadinkscape-56a433955a5472fa2762bfa828df12aacd6c96e1.tar.gz
inkscape-56a433955a5472fa2762bfa828df12aacd6c96e1.zip
add Windows resource files for x64 builds
(bzr r13366)
Diffstat (limited to 'src')
-rw-r--r--src/inkscape-manifest-x64.xml10
-rw-r--r--src/inkscape-x64.rc30
-rw-r--r--src/inkview-x64.rc29
3 files changed, 69 insertions, 0 deletions
diff --git a/src/inkscape-manifest-x64.xml b/src/inkscape-manifest-x64.xml
new file mode 100644
index 000000000..ec8ef44d8
--- /dev/null
+++ b/src/inkscape-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
diff --git a/src/inkscape-x64.rc b/src/inkscape-x64.rc
new file mode 100644
index 000000000..ce286c2ca
--- /dev/null
+++ b/src/inkscape-x64.rc
@@ -0,0 +1,30 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,48,0,9
+ PRODUCTVERSION 0,48,0,9
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.48+devel"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2014 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.48+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"
+
diff --git a/src/inkview-x64.rc b/src/inkview-x64.rc
new file mode 100644
index 000000000..2de16060b
--- /dev/null
+++ b/src/inkview-x64.rc
@@ -0,0 +1,29 @@
+
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest-x64.xml"
+
+1 VERSIONINFO
+ FILEVERSION 0,48,0,9
+ PRODUCTVERSION 0,48,0,9
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.48+devel"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2014 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.48+devel"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
+
+1000 BITMAP "./show-preview.bmp"