~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/hunspell/intl/libintl.rc

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Resources for intl.dll */
 
2
 
 
3
#include <winver.h>
 
4
 
 
5
VS_VERSION_INFO VERSIONINFO
 
6
 FILEVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
 
7
 PRODUCTVERSION PACKAGE_VERSION_MAJOR,PACKAGE_VERSION_MINOR,PACKAGE_VERSION_SUBMINOR,0
 
8
 FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
 
9
#ifdef _DEBUG
 
10
 FILEFLAGS 0x1L  /* VS_FF_DEBUG */
 
11
#else
 
12
 FILEFLAGS 0x0L
 
13
#endif
 
14
 FILEOS 0x10004L  /* VOS_DOS_WINDOWS32 */
 
15
 FILETYPE 0x2L  /* VFT_DLL */
 
16
 FILESUBTYPE 0x0L  /* VFT2_UNKNOWN */
 
17
BEGIN
 
18
    BLOCK "StringFileInfo"
 
19
    BEGIN
 
20
        BLOCK "04090000"  /* Lang = US English, Charset = ASCII */
 
21
        BEGIN
 
22
            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"
 
23
            VALUE "CompanyName", "Free Software Foundation\0"
 
24
            VALUE "FileDescription", "LGPLed libintl for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
 
25
            VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
 
26
            VALUE "InternalName", "intl.dll\0"
 
27
            VALUE "LegalCopyright", "Copyright (C) 1995-2007\0"
 
28
            VALUE "LegalTrademarks", "\0"
 
29
            VALUE "OriginalFilename", "intl.dll\0"
 
30
            VALUE "ProductName", "libintl: accessing NLS message catalogs\0"
 
31
            VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0"
 
32
        END
 
33
    END
 
34
    BLOCK "VarFileInfo"
 
35
    BEGIN
 
36
        VALUE "Translation", 0x0409, 0  /* US English, ASCII */
 
37
    END
 
38
END