No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-runtime / libasprintf / windows / asprintf.rc
blobfe07141278bee6212a48c041f84a2e6e2b7abc57
1 /* Resources for asprintf.dll */
2 /* There are 4 occurrences of the version number in this file. */
4 #include <winver.h>
6 VS_VERSION_INFO VERSIONINFO
7  FILEVERSION 1,0,0,0
8  PRODUCTVERSION 1,0,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 */
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 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 libasprintf for Windows NT/2000/XP and Windows 95/98/ME\0"
26             VALUE "FileVersion", "1.0\0"
27             VALUE "InternalName", "asprintf.dll\0"
28             VALUE "LegalCopyright", "Copyright (C) 1999-2003\0"
29             VALUE "LegalTrademarks", "\0"
30             VALUE "OriginalFilename", "asprintf.dll\0"
31             VALUE "ProductName", "libasprintf: automatic formatted output to strings\0"
32             VALUE "ProductVersion", "1.0\0"
33         END
34     END
35     BLOCK "VarFileInfo"
36     BEGIN
37         VALUE "Translation", 0x0409, 0  /* US English, ASCII */
38     END
39 END