File: win32-resource.rc

package info (click to toggle)
gkrellm 2.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,552 kB
  • sloc: ansic: 56,915; makefile: 729; sh: 264
file content (37 lines) | stat: -rw-r--r-- 926 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
35
36
37
// Generated by ResEdit 1.4.3
// Copyright (C) 2006-2008
// http://www.resedit.net

#include "win32-resource.h"
#include "windows.h"


//
// Version Information resources
//
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
1 VERSIONINFO
    FILEVERSION     2,3,5,0
    PRODUCTVERSION  0,0,0,0
    FILEOS          VOS_NT_WINDOWS32
    FILETYPE        VFT_APP
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "CompanyName", ""
            VALUE "FileDescription", "GKrellM Daemon"
            VALUE "FileVersion", "2.3.5"
            VALUE "InternalName", "gkrellmd"
            VALUE "LegalCopyright", "Copyright (C) 1999-2010 Bill Wilson"
            VALUE "OriginalFilename", "gkrellmd.exe"
            VALUE "ProductName", "GKrellM"
            VALUE "ProductVersion", "2.3.5"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 1033, 1200
    END
END