more generated files
[libiconv.git] / windows / iconv.rc
blobf9e149975ee05e047374775f56d5c4e841b7995f
1 /* Resources for iconv.dll */
2 /* There are 4 occurrences of the version number in this file. */
4 VS_VERSION_INFO VERSIONINFO
5  FILEVERSION 1,7,0,0
6  PRODUCTVERSION 1,7,0,0
7  FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
8 #ifdef _DEBUG
9  FILEFLAGS 0x1L  /* VS_FF_DEBUG */
10 #else
11  FILEFLAGS 0x0L
12 #endif
13  FILEOS 0x10004L  /* VOS_DOS_WINDOWS32 */
14  FILETYPE 0x2L  /* VFT_DLL */
15  FILESUBTYPE 0x0L  /* VFT2_UNKNOWN */
16 BEGIN
17     BLOCK "StringFileInfo"
18     BEGIN
19         BLOCK "04090000"  /* Lang = US English, Charset = ASCII */
20         BEGIN
21             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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
22             VALUE "CompanyName", "Free Software Foundation\0"
23             VALUE "FileDescription", "LGPLed libiconv for Windows NT and Windows 95/98\0"
24             VALUE "FileVersion", "1.7\0"
25             VALUE "InternalName", "iconv.dll\0"
26             VALUE "LegalCopyright", "Copyright (C) 1999-2000\0"
27             VALUE "LegalTrademarks", "\0"
28             VALUE "OriginalFilename", "iconv.dll\0"
29             VALUE "ProductName", "libiconv: character set conversion library\0"
30             VALUE "ProductVersion", "1.7\0"
31         END
32     END
33     BLOCK "VarFileInfo"
34     BEGIN
35         VALUE "Translation", 0x0409, 0  /* US English, ASCII */
36     END
37 END