dbus-marshal-byteswap: Byte-swap Unix fd indexes if needed
[platform/upstream/dbus.git] / dbus / versioninfo.rc.in
1 /* versioninfo.rc.in - for dbus
2  * Copyright (C) 2005 g10 Code GmbH
3  * 
4  * This file is free software; as a special exception the author gives
5  * unlimited permission to copy and/or distribute it, with or without
6  * modifications, as long as this notice is preserved.
7  *
8  * This program is distributed in the hope that it will be useful, but
9  * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11  */
12  
13 /* This file is processed by configure to create versioninfo.rc */
14
15 #include <windows.h>
16
17 VS_VERSION_INFO VERSIONINFO
18  FILEVERSION @BUILD_FILEVERSION@
19  PRODUCTVERSION @BUILD_FILEVERSION@
20  FILEFLAGSMASK 0x3fL
21 #ifdef _DEBUG
22  FILEFLAGS VS_FF_DEBUG
23 #else
24  FILEFLAGS 0x0L
25 #endif
26  FILEOS VOS__WINDOWS32
27  FILETYPE VFT_DLL
28  FILESUBTYPE 0x0L
29 BEGIN
30     BLOCK "StringFileInfo"
31     BEGIN
32         /* string need to match concated hex values in 'VarFileInfo' block */
33         BLOCK "040904e4"
34         BEGIN
35             VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License >= 2.0 or Academic Free License version 2.1\0"
36             VALUE "CompanyName", "freedesktop.org\0"
37             VALUE "FileDescription", "dbus - FreeDesktop message bus system\0"
38             VALUE "FileVersion", "@DBUS_VERSION@\0"
39             VALUE "InternalName", "libdbus-1-3\0"
40             VALUE "LegalCopyright", "Copyright © 1994-2017 dbus contributors, see dbus source code for details\0"
41             VALUE "LegalTrademarks", "\0"
42             VALUE "OriginalFilename", "libdbus-1-3.dll\0"
43             VALUE "ProductName", "dbus\0"
44             VALUE "ProductVersion", "@DBUS_VERSION@\0"
45             VALUE "SpecialBuild", "@BUILD_TIMESTAMP@\0"
46         END
47     END
48     BLOCK "VarFileInfo"
49     BEGIN
50         /* supports English language (0x409) in the Windows ANSI codepage (1252). */
51         VALUE "Translation", 0x409, 1252
52     END
53 END
54