[gnumeric] win32: add more version info.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: add more version info.
- Date: Tue, 15 Jun 2010 00:50:38 +0000 (UTC)
commit 74cb22c522014461c378b49523ddd34c47409864
Author: Morten Welinder <terra gnome org>
Date: Mon Jun 14 20:48:12 2010 -0400
win32: add more version info.
src/gnumeric.rc | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/src/gnumeric.rc b/src/gnumeric.rc
index 85e9c46..a4e8a4d 100644
--- a/src/gnumeric.rc
+++ b/src/gnumeric.rc
@@ -1 +1,33 @@
+#define xstr(s) str(s)
+#define str(s) #s
+
+#include <winver.h>
+
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../icons/win32-gnumeric.ico"
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION VERSION_NUMBER
+ PRODUCTVERSION VERSION_NUMBER
+ FILEFLAGSMASK 0
+ FILEFLAGS 0
+ FILEOS VOS__WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE VFT2_UNKNOWN
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904B0"
+ BEGIN
+ VALUE "CompanyName", "The Gnumeric Team"
+ VALUE "FileDescription", "Gnumeric"
+ VALUE "FileVersion", xstr(VERSION)
+ VALUE "LegalCopyright", "Copyright 2010 by The Gnumeric Team and others"
+ VALUE "ProductName", "Gnumeric"
+ VALUE "ProductVersion", xstr(VERSION)
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+ END
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]