From 5eb2ccfcaee8c69651e054a05edaa8baeb34b12b Mon Sep 17 00:00:00 2001 From: joelholdsworth Date: Sun, 24 Jun 2007 10:25:46 +0000 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ src/inkscape-manifest.xml | 10 ++++++++++ src/inkscape.rc | 26 +++++++++++++++++++++++++- src/inkview-manifest.xml | 10 ++++++++++ src/inkview.rc | 26 +++++++++++++++++++++++++- 5 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 src/inkscape-manifest.xml create mode 100644 src/inkview-manifest.xml diff --git a/ChangeLog b/ChangeLog index ca5247398..35bee2e1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-06-24 Joel Holdsworth + + * modified the windows RC files to add version info and manifest data + 2007-03-16 Tim Dwyer * src/graphlayout/graphlayout.cpp: handle null bounding boxes 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 @@ + + + + + + + + \ 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 @@ + + + + + + + + \ 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 -- 2.30.2