Code

This is a minor patch for the windows RC files. I've added the VERSIONINFO metadata...
authorjoelholdsworth <joelholdsworth@users.sourceforge.net>
Sun, 24 Jun 2007 10:25:46 +0000 (10:25 +0000)
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>
Sun, 24 Jun 2007 10:25:46 +0000 (10:25 +0000)
ChangeLog
src/inkscape-manifest.xml [new file with mode: 0644]
src/inkscape.rc
src/inkview-manifest.xml [new file with mode: 0644]
src/inkview.rc

index ca52473984516b93ce248129a4ee49257c85dcbd..35bee2e1f66287b173019b466ee1b0f46c0d889e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-24  Joel Holdsworth  <joelholdsworth@yahoo.com>
+    
+    * modified the windows RC files to add version info and manifest data
+
 2007-03-16  Tim Dwyer  <Tim.Dwyer@infotech.monash.edu.au>
 
        * src/graphlayout/graphlayout.cpp: handle null bounding boxes
diff --git a/src/inkscape-manifest.xml b/src/inkscape-manifest.xml
new file mode 100644 (file)
index 0000000..fd2f19e
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
+<dependency>\r
+<dependentAssembly>\r
+<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"\r
+    version="6.0.0.0" processorArchitecture="X86"\r
+    publicKeyToken="6595b64144ccf1df" language="*"/>\r
+</dependentAssembly>\r
+</dependency>\r
+</assembly>
\ No newline at end of file
index 7484c85c57581eb9c66801219a0510bf38db208d..225d951802640c5332b27760a787b1e7a98f1207 100644 (file)
@@ -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 (file)
index 0000000..fd2f19e
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
+<dependency>\r
+<dependentAssembly>\r
+<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"\r
+    version="6.0.0.0" processorArchitecture="X86"\r
+    publicKeyToken="6595b64144ccf1df" language="*"/>\r
+</dependentAssembly>\r
+</dependency>\r
+</assembly>
\ No newline at end of file
index dad7693a9862add648599714e837566af07ccefc..1dcd103f86b030191a292dcb95d43b10df3a65b5 100644 (file)
@@ -1,3 +1,27 @@
 \r
-APPLICATION_ICON        ICON    DISCARDABLE     "../inkscape.ico"\r
+APPLICATION_ICON    ICON          DISCARDABLE     "../inkscape.ico"\r
+1                   24            DISCARDABLE     "./inkview-manifest.xml"\r
 \r
+1 VERSIONINFO\r
+    FILEVERSION     0,45,1,0\r
+    PRODUCTVERSION  0,45,1,0\r
+BEGIN\r
+    BLOCK "StringFileInfo"\r
+    BEGIN\r
+        BLOCK "040901b5"\r
+        BEGIN\r
+            VALUE "Comments", "Published under the GNU GPL"\r
+            VALUE "CompanyName", "inkscape.org"\r
+            VALUE "FileDescription", "Inkview"\r
+            VALUE "FileVersion", "0.45.1"\r
+            VALUE "InternalName", "Inkview"\r
+            VALUE "LegalCopyright", "© 2007 Inkscape"\r
+            VALUE "ProductName", "Inkview"\r
+            VALUE "ProductVersion", "0.45.1"\r
+        END\r
+    END\r
+    BLOCK "VarFileInfo"\r
+    BEGIN\r
+        VALUE "Translation", 1033, 437\r
+    END\r
+END\r