From 506605d77122d28b108e1775c9851968853f04f5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 17 Jul 2004 09:49:32 +0000 Subject: From Graham Bloice: add resource information to libethereal.dll. svn path=/trunk/; revision=11388 --- image/libethereal.rc.in | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 image/libethereal.rc.in (limited to 'image/libethereal.rc.in') diff --git a/image/libethereal.rc.in b/image/libethereal.rc.in new file mode 100644 index 0000000000..9a634558f0 --- /dev/null +++ b/image/libethereal.rc.in @@ -0,0 +1,34 @@ +#include "winver.h" + +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 dissector library\0" + VALUE "FileVersion", "@VERSION@\0" + VALUE "InternalName", "libethereal @VERSION@\0" + VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs , Gilbert Ramirez and others\0" + VALUE "OriginalFilename", "libethereal.dll\0" + VALUE "ProductName", "Ethereal\0" + VALUE "ProductVersion", "@VERSION@\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END -- cgit v1.2.3