File: dll.rc

package info (click to toggle)
nkf 1%3A2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,484 kB
  • sloc: ansic: 22,612; perl: 548; makefile: 89; sh: 19; python: 9
file content (34 lines) | stat: -rwxr-xr-x 883 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#include <windows.h>

1 VERSIONINFO
FILEVERSION 2,1,5,0
PRODUCTVERSION 2,1,5,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
{
    BLOCK "StringFileInfo"
    {
        BLOCK "041103A4"
        {
            VALUE "CompanyName", "project nkf\0"
            VALUE "FileDescription", "Network Kanji Filter\0"
            VALUE "FileVersion", "2.1.5.0 1\0"
            VALUE "InternalName", "nkf32\0"
            VALUE "LegalCopyright", "Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA); Copyright (C) 2003-2004 T.kaneto\0"
            VALUE "OriginalFilename", "nkf32.c\0"
            VALUE "ProductName", "nkf32.dll\0"
            VALUE "ProductVersion", "2.1.5.0 1\0"
        }
    }
    BLOCK "VarFileInfo"
    {
        VALUE "Translation", 0x411, 932
    }
}