summaryrefslogtreecommitdiff
path: root/dbus/versioninfo.rc.in
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2017-10-18 23:19:52 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2018-03-12 19:47:28 +0100
commit39efd6ebdd1d476ea0a529244653f114ce01c156 (patch)
treec7d738dd199c9e90828a70bceb98bbf6ac00ea83 /dbus/versioninfo.rc.in
parent64a1d59b3dfb847fa5d1d51a2ff2c68737d54c53 (diff)
downloaddbus-39efd6ebdd1d476ea0a529244653f114ce01c156.tar.gz
Add version info to installed executables for cmake build system on Windows
Signed-off-by: Ralf Habacker <ralf.habacker@freenet.de> Reviewed-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103387
Diffstat (limited to 'dbus/versioninfo.rc.in')
-rw-r--r--dbus/versioninfo.rc.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbus/versioninfo.rc.in b/dbus/versioninfo.rc.in
index 4af2beee..3a68a646 100644
--- a/dbus/versioninfo.rc.in
+++ b/dbus/versioninfo.rc.in
@@ -24,7 +24,7 @@ VS_VERSION_INFO VERSIONINFO
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
- FILETYPE VFT_DLL
+ FILETYPE @DBUS_VER_FILE_TYPE@
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
@@ -32,14 +32,14 @@ BEGIN
/* string need to match concated hex values in 'VarFileInfo' block */
BLOCK "040904e4"
BEGIN
- VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License >= 2.0 or Academic Free License version 2.1\0"
+ VALUE "Comments", "Provided under the terms of the GNU General Public License >= 2.0 or Academic Free License version 2.1\0"
VALUE "CompanyName", "freedesktop.org\0"
VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
VALUE "FileVersion", "@DBUS_VERSION@\0"
- VALUE "InternalName", "libdbus-1-3\0"
- VALUE "LegalCopyright", "Copyright © 1994-2017 dbus contributors, see dbus source code for details\0"
+ VALUE "InternalName", "@DBUS_VER_INTERNAL_NAME@\0"
+ VALUE "LegalCopyright", "Copyright © 1994-2018 dbus contributors, see dbus source code for details\0"
VALUE "LegalTrademarks", "\0"
- VALUE "OriginalFilename", "libdbus-1-3.dll\0"
+ VALUE "OriginalFilename", "@DBUS_VER_ORIGINAL_NAME@\0"
VALUE "ProductName", "dbus\0"
VALUE "ProductVersion", "@DBUS_VERSION@\0"
VALUE "SpecialBuild", "@BUILD_TIMESTAMP@\0"