summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2007-06-24 10:25:46 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2007-06-24 10:25:46 +0000
commit3a2a04906728902b120f3c8af0a0105b190e0ac2 (patch)
tree3fc19ae819a3c1d32143cdf477080deb5ee25ec8 /src
parentupdated Ukrainian translation from Maxim Dziumanenko (diff)
downloadinkscape-3a2a04906728902b120f3c8af0a0105b190e0ac2.tar.gz
inkscape-3a2a04906728902b120f3c8af0a0105b190e0ac2.zip
This is a minor patch for the windows RC files. I've added the VERSIONINFO metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well.
(bzr r3089)
Diffstat (limited to 'src')
-rw-r--r--src/inkscape-manifest.xml10
-rw-r--r--src/inkscape.rc26
-rw-r--r--src/inkview-manifest.xml10
-rw-r--r--src/inkview.rc26
4 files changed, 70 insertions, 2 deletions
diff --git a/src/inkscape-manifest.xml b/src/inkscape-manifest.xml
new file mode 100644
index 000000000..fd2f19e43
--- /dev/null
+++ b/src/inkscape-manifest.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="X86"
+ publicKeyToken="6595b64144ccf1df" language="*"/>
+</dependentAssembly>
+</dependency>
+</assembly> \ No newline at end of file
diff --git a/src/inkscape.rc b/src/inkscape.rc
index 7484c85c5..225d95180 100644
--- a/src/inkscape.rc
+++ b/src/inkscape.rc
@@ -1,3 +1,27 @@
-APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkscape-manifest.xml"
+1 VERSIONINFO
+ FILEVERSION 0,45,1,0
+ PRODUCTVERSION 0,45,1,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkscape"
+ VALUE "FileVersion", "0.45.1"
+ VALUE "InternalName", "Inkscape"
+ VALUE "LegalCopyright", "© 2007 Inkscape"
+ VALUE "ProductName", "Inkscape"
+ VALUE "ProductVersion", "0.45.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END
diff --git a/src/inkview-manifest.xml b/src/inkview-manifest.xml
new file mode 100644
index 000000000..fd2f19e43
--- /dev/null
+++ b/src/inkview-manifest.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="X86"
+ publicKeyToken="6595b64144ccf1df" language="*"/>
+</dependentAssembly>
+</dependency>
+</assembly> \ No newline at end of file
diff --git a/src/inkview.rc b/src/inkview.rc
index dad7693a9..1dcd103f8 100644
--- a/src/inkview.rc
+++ b/src/inkview.rc
@@ -1,3 +1,27 @@
-APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+APPLICATION_ICON ICON DISCARDABLE "../inkscape.ico"
+1 24 DISCARDABLE "./inkview-manifest.xml"
+1 VERSIONINFO
+ FILEVERSION 0,45,1,0
+ PRODUCTVERSION 0,45,1,0
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040901b5"
+ BEGIN
+ VALUE "Comments", "Published under the GNU GPL"
+ VALUE "CompanyName", "inkscape.org"
+ VALUE "FileDescription", "Inkview"
+ VALUE "FileVersion", "0.45.1"
+ VALUE "InternalName", "Inkview"
+ VALUE "LegalCopyright", "© 2007 Inkscape"
+ VALUE "ProductName", "Inkview"
+ VALUE "ProductVersion", "0.45.1"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 1033, 437
+ END
+END