summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f08adac)
raw | patch | inline | side by side (parent: f08adac)
author | joelholdsworth <joelholdsworth@users.sourceforge.net> | |
Sun, 24 Jun 2007 10:25:46 +0000 (10:25 +0000) | ||
committer | joelholdsworth <joelholdsworth@users.sourceforge.net> | |
Sun, 24 Jun 2007 10:25:46 +0000 (10:25 +0000) |
ChangeLog | patch | blob | history | |
src/inkscape-manifest.xml | [new file with mode: 0644] | patch | blob |
src/inkscape.rc | patch | blob | history | |
src/inkview-manifest.xml | [new file with mode: 0644] | patch | blob |
src/inkview.rc | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index ca52473984516b93ce248129a4ee49257c85dcbd..35bee2e1f66287b173019b466ee1b0f46c0d889e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+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
--- /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
diff --git a/src/inkscape.rc b/src/inkscape.rc
index 7484c85c57581eb9c66801219a0510bf38db208d..225d951802640c5332b27760a787b1e7a98f1207 100644 (file)
--- a/src/inkscape.rc
+++ b/src/inkscape.rc
-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
--- /dev/null
+++ b/src/inkview-manifest.xml
@@ -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
diff --git a/src/inkview.rc b/src/inkview.rc
index dad7693a9862add648599714e837566af07ccefc..1dcd103f86b030191a292dcb95d43b10df3a65b5 100644 (file)
--- a/src/inkview.rc
+++ b/src/inkview.rc
\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