From 0131109a72e8fd7c5dd6fbc2f5219e76a2b130d4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 15 Apr 2000 04:10:50 +0000 Subject: Graham Bloice's Win32 icon for Ethereal and Win32 resource-compiler files to add version/copyright/etc. information to Win32 executables. svn path=/trunk/; revision=1859 --- image/editcap.rc | 36 ++++++++++++++++++++++++++++++++++++ image/ethereal.ico | Bin 0 -> 766 bytes image/ethereal.rc | 36 ++++++++++++++++++++++++++++++++++++ image/tethereal.rc | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 108 insertions(+) create mode 100644 image/editcap.rc create mode 100644 image/ethereal.ico create mode 100644 image/ethereal.rc create mode 100644 image/tethereal.rc (limited to 'image') diff --git a/image/editcap.rc b/image/editcap.rc new file mode 100644 index 0000000000..4c7cd72126 --- /dev/null +++ b/image/editcap.rc @@ -0,0 +1,36 @@ +#include "winver.h" + +ETHEREAL_ICON ICON "ethereal.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,8,7,0 + PRODUCTVERSION 0,8,7,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\0" + VALUE "FileDescription", "Editcap\0" + VALUE "FileVersion", "0.8.7\0" + VALUE "InternalName", "Editcap 0.8.7\0" + VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" + VALUE "OriginalFilename", "Editcap.exe\0" + VALUE "ProductName", "Editcap\0" + VALUE "ProductVersion", "0.8.7\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END diff --git a/image/ethereal.ico b/image/ethereal.ico new file mode 100644 index 0000000000..b3c351c325 Binary files /dev/null and b/image/ethereal.ico differ diff --git a/image/ethereal.rc b/image/ethereal.rc new file mode 100644 index 0000000000..fdf32aec1a --- /dev/null +++ b/image/ethereal.rc @@ -0,0 +1,36 @@ +#include "winver.h" + +ETHEREAL_ICON ICON "ethereal.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,8,7,0 + PRODUCTVERSION 0,8,7,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\0" + VALUE "FileDescription", "Ethereal\0" + VALUE "FileVersion", "0.8.7\0" + VALUE "InternalName", "Ethereal 0.8.7\0" + VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" + VALUE "OriginalFilename", "Ethereal.exe\0" + VALUE "ProductName", "Ethereal\0" + VALUE "ProductVersion", "0.8.7\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END diff --git a/image/tethereal.rc b/image/tethereal.rc new file mode 100644 index 0000000000..9fac6c6533 --- /dev/null +++ b/image/tethereal.rc @@ -0,0 +1,36 @@ +#include "winver.h" + +ETHEREAL_ICON ICON "ethereal.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,8,7,0 + PRODUCTVERSION 0,8,7,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\0" + VALUE "FileDescription", "Tethereal\0" + VALUE "FileVersion", "0.8.7\0" + VALUE "InternalName", "Tethereal 0.8.7\0" + VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" + VALUE "OriginalFilename", "Tethereal.exe\0" + VALUE "ProductName", "Tethereal\0" + VALUE "ProductVersion", "0.8.7\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END -- cgit v1.2.3