Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / windows / gettextpo.rc
blob05db1def5edc50b01c1e30dee86a201f2b2835ad
1 /* Resources for gettextpo.dll */
2 /* There are 4 occurrences of the version number in this file. */
4 #include <winver.h>
6 VS_VERSION_INFO VERSIONINFO
7  FILEVERSION 0,14,4,0
8  PRODUCTVERSION 0,14,4,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 */
18 BEGIN
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 General Public License. You should have received a copy of the GNU 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", "GPLed libgettextpo for Windows NT/2000/XP and Windows 95/98/ME\0"
26             VALUE "FileVersion", "0.14.4\0"
27             VALUE "InternalName", "gettextpo.dll\0"
28             VALUE "LegalCopyright", "Copyright (C) 1995-2005\0"
29             VALUE "LegalTrademarks", "\0"
30             VALUE "OriginalFilename", "gettextpo.dll\0"
31             VALUE "ProductName", "libgettextpo: public API for PO files\0"
32             VALUE "ProductVersion", "0.14.4\0"
33         END
34     END
35     BLOCK "VarFileInfo"
36     BEGIN
37         VALUE "Translation", 0x0409, 0  /* US English, ASCII */
38     END
39 END