source: trunk/third/gettext/gettext-runtime/windows/intl.rc @ 21665

Revision 21665, 1.6 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21664, which included commits to RCS files with non-trunk default branches.
Line 
1/* Resources for intl.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 0,14,3,0
8 PRODUCTVERSION 0,14,3,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
24            VALUE "CompanyName", "Free Software Foundation\0"
25            VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP and Windows 95/98/ME\0"
26            VALUE "FileVersion", "0.14.3\0"
27            VALUE "InternalName", "intl.dll\0"
28            VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
29            VALUE "LegalTrademarks", "\0"
30            VALUE "OriginalFilename", "intl.dll\0"
31            VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
32            VALUE "ProductVersion", "0.14.3\0"
33        END
34    END
35    BLOCK "VarFileInfo"
36    BEGIN
37        VALUE "Translation", 0x0409, 0  /* US English, ASCII */
38    END
39END
Note: See TracBrowser for help on using the repository browser.