aboutsummaryrefslogtreecommitdiffstats
path: root/image/ethereal.rc.in
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 20:05:54 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-31 20:05:54 +0000
commit3f56374db13a3b00b3a0aa59993fa104766f68d2 (patch)
treea63fc5bd109f37a6a41913a8eaeb246042c78298 /image/ethereal.rc.in
parentc0692513e9549aab48d0faf7b683023426aa516f (diff)
Rename the manifest file. Remove some unused images.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18277 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'image/ethereal.rc.in')
-rw-r--r--image/ethereal.rc.in43
1 files changed, 0 insertions, 43 deletions
diff --git a/image/ethereal.rc.in b/image/ethereal.rc.in
deleted file mode 100644
index cc3cf5c19b..0000000000
--- a/image/ethereal.rc.in
+++ /dev/null
@@ -1,43 +0,0 @@
-#include "winver.h"
-
-#include "image/win32-file-dlg.rc"
-
-WIRESHARK_ICON ICON "wireshark.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 Wireshark developer community, http://www.wireshark.com/\0"
- VALUE "FileDescription", "Wireshark\0"
- VALUE "FileVersion", "@VERSION@\0"
- VALUE "InternalName", "Wireshark @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "Wireshark.exe\0"
- VALUE "ProductName", "Wireshark\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 "wireshark.exe.manifest"