~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/SpellChecker/hunspell/src/win_api/Hunspell.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
 
 
2
#include <windows.h>
 
3
 
 
4
VS_VERSION_INFO VERSIONINFO
 
5
FILEVERSION 1,3,3,0
 
6
PRODUCTVERSION 1,3,3,0
 
7
FILEFLAGSMASK 0x17L
 
8
FILEFLAGS 0
 
9
FILEOS VOS_NT_WINDOWS32
 
10
FILETYPE VFT_APP
 
11
FILESUBTYPE VFT2_UNKNOWN
 
12
BEGIN
 
13
        BLOCK   "VarFileInfo"
 
14
        BEGIN
 
15
                VALUE   "Translation",  0x409,  1200
 
16
        END
 
17
        BLOCK   "StringFileInfo"
 
18
        BEGIN
 
19
                BLOCK "040904b0"
 
20
                BEGIN
 
21
            VALUE "Comments", "Hunspell (http://hunspell.sourceforge.net/) by L�szl� N�meth"
 
22
            VALUE "CompanyName", "http://hunspell.sourceforge.net/"
 
23
            VALUE "FileDescription", "libhunspell"
 
24
            VALUE "FileVersion", "1.3.3"
 
25
            VALUE "InternalName", "libhunspell"
 
26
            VALUE "LegalCopyright", "Copyright (c) 2007-2011"
 
27
            VALUE "OriginalFilename", "libhunspell.dll"
 
28
            VALUE "ProductName", "Hunspell Dynamic Link Library"
 
29
            VALUE "ProductVersion", "1.3.3"
 
30
                END
 
31
        END
 
32
END