File: smartd_res.rc.in

package info (click to toggle)
smartmontools 6.5%2Bsvn4324-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,772 kB
  • ctags: 7,352
  • sloc: cpp: 41,134; ansic: 9,556; sh: 1,339; makefile: 894
file content (37 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (4)
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
35
36
37
//
// os_win32/smartd_res.rc.in
//
// $Id: smartd_res.rc.in 3878 2014-03-03 18:45:21Z chrfranke $
//

1 VERSIONINFO
    FILEVERSION @BINARY_VERSION@
    PRODUCTVERSION @BINARY_VERSION@
    FILEFLAGSMASK 0x0
    FILEFLAGS 0x0
    FILEOS 0x4 // VOS__WINDOWS32
    FILETYPE 0x1 // VFT_APP
    FILESUBTYPE 0x0
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "04090000"
        BEGIN
            VALUE "CompanyName", "www.smartmontools.org"
            VALUE "FileDescription", "SMART Disk Monitoring Daemon"
            VALUE "FileVersion", "@TEXT_VERSION@"
            VALUE "InternalName", "smartd"
            VALUE "LegalCopyright", "(C) 2002-@YY@, Bruce Allen, Christian Franke, www.smartmontools.org"
            VALUE "OriginalFilename", "smartd.exe"
            VALUE "ProductName", "smartmontools"
            VALUE "ProductVersion", "@TEXT_VERSION@"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x0409, 0x0000
    END
END

// eventlog MESSAGETABLE for syslog() emulation
#include "syslogevt.rc"