summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-10 16:47:02 +0100
committerAndras Timar <atimar@suse.com>2011-12-13 20:57:47 +0100
commit6c5b8860ec176d412c9260f1723d367e49e34cf5 (patch)
treeedc7d01a91177512cddc9ac4cf60f865bed018de /crashrep
parent94d8de367cda097f868c28913337bae732e4e56b (diff)
enhance VersionInfo resource of Windows executables
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/win32/rcheader.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt
index 0bf2cd44d542..02241d5939cf 100755
--- a/crashrep/source/win32/rcheader.txt
+++ b/crashrep/source/win32/rcheader.txt
@@ -37,8 +37,6 @@
#define IDC_STATIC (-1)
#endif
-#define VER_FIRSTYEAR 2003
-
#include "version.hrc"
#ifdef FONTSIZE
@@ -54,8 +52,8 @@
// -----------------------------------------------------------------------
VS_VERSION_INFO versioninfo
- fileversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
- productversion VERSION, SUBVERSION, VERVARIANT, VER_COUNT
+ fileversion VERSION, SUBVERSION, MICROVERSION, VERVARIANT
+ productversion VERSION, SUBVERSION, MICROVERSION, VERVARIANT
fileflagsmask 0x3F
fileflags
#if defined(DEBUG)
@@ -88,5 +86,3 @@ VS_VERSION_INFO versioninfo
value "Translation", 0x0409, 1252
}
}
-
-