wireshark/image/rawshark.rc.in
Jaap Keuter 68283424ef Replace field values with constants, correcting some values.
Remove the pre-release flag from FILEFLAGS in the resource file.

svn path=/trunk/; revision=24758
2008-03-29 23:40:11 +00:00

37 lines
1,000 B
Text

#include "winver.h"
WIRESHARK_ICON ICON "wireshark.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_VERSION@
PRODUCTVERSION @RC_VERSION@
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The Wireshark developer community\0"
VALUE "FileDescription", "Rawshark\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "Rawshark @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "Rawshark.exe\0"
VALUE "ProductName", "Rawshark\0"
VALUE "ProductVersion", "@VERSION@\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END