aboutsummaryrefslogtreecommitdiffstats
path: root/image/ethereal.rc.in
blob: b144652c5a9da7f7e53cd702dabeae9184670507 (plain)
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
38
39
40
41
42
43
#include "winver.h"

#include "image/win32-file-dlg.rc"

ETHEREAL_ICON		ICON			"ethereal.ico"

VS_VERSION_INFO VERSIONINFO
 FILEVERSION @RC_VERSION@,0
 PRODUCTVERSION @RC_VERSION@,0
 FILEFLAGSMASK 0x0L
#ifdef _DEBUG
 FILEFLAGS 0x3L
#else
 FILEFLAGS 0x2L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
            VALUE "FileDescription", "Ethereal\0"
            VALUE "FileVersion", "@VERSION@\0"
            VALUE "InternalName", "Ethereal @VERSION@\0"
            VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
            VALUE "OriginalFilename", "Ethereal.exe\0"
            VALUE "ProductName", "Ethereal\0"
            VALUE "ProductVersion", "@VERSION@\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#define MANIFEST_RESOURCE_ID 1
#define RT_MANIFEST 24

MANIFEST_RESOURCE_ID RT_MANIFEST "ethereal.exe.manifest"