1/* Resources for charset.dll */
2/* There are 4 occurrences of the version number in this file. */
3
4#include <winver.h>
5
6VS_VERSION_INFO VERSIONINFO
7 FILEVERSION 1,3,0,0
8 PRODUCTVERSION 1,3,0,0
9 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
10#ifdef _DEBUG
11 FILEFLAGS 0x1L  /* VS_FF_DEBUG */
12#else
13 FILEFLAGS 0x0L
14#endif
15 FILEOS 0x10004L  /* VOS_DOS_WINDOWS32 */
16 FILETYPE 0x2L  /* VFT_DLL */
17 FILESUBTYPE 0x0L  /* VFT2_UNKNOWN */
18BEGIN
19    BLOCK "StringFileInfo"
20    BEGIN
21        BLOCK "04090000"  /* Lang = US English, Charset = ASCII */
22        BEGIN
23            VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0"
24            VALUE "CompanyName", "Free Software Foundation\0"
25            VALUE "FileDescription", "LGPLed libcharset for Windows NT/2000/XP and Windows 95/98/ME\0"
26            VALUE "FileVersion", "1.3\0"
27            VALUE "InternalName", "charset.dll\0"
28            VALUE "LegalCopyright", "Copyright (C) 1999-2005\0"
29            VALUE "LegalTrademarks", "\0"
30            VALUE "OriginalFilename", "charset.dll\0"
31            VALUE "ProductName", "libcharset: portable character set determination library\0"
32            VALUE "ProductVersion", "1.3\0"
33        END
34    END
35    BLOCK "VarFileInfo"
36    BEGIN
37        VALUE "Translation", 0x0409, 0  /* US English, ASCII */
38    END
39END
40