aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-12-15 00:04:32 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2017-12-15 22:09:04 +0000
commitadde937ed74926323b084713caf6fbba871d8791 (patch)
tree2a8abf343df66f9c14f721ffbd537cd4adf8671d /plugins/unistim
parentcf5a58f72a58c36744878cd6eb640de669341a55 (diff)
plugins: Remove redundant plugin.rc.in files
plugin.rc is Windows specific, also add condition to reflect that. Change-Id: Ibbb7dab77dd1f277e2302c8f931218ca433f8c72 Reviewed-on: https://code.wireshark.org/review/24833 Reviewed-by: João Valverde <j@v6e.pt> Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'plugins/unistim')
-rw-r--r--plugins/unistim/Makefile.am1
-rw-r--r--plugins/unistim/plugin.rc.in34
2 files changed, 0 insertions, 35 deletions
diff --git a/plugins/unistim/Makefile.am b/plugins/unistim/Makefile.am
index db3cf331f4..45f519a932 100644
--- a/plugins/unistim/Makefile.am
+++ b/plugins/unistim/Makefile.am
@@ -71,5 +71,4 @@ DISTCLEANFILES = \
plugin.c
EXTRA_DIST = \
- plugin.rc.in \
CMakeLists.txt
diff --git a/plugins/unistim/plugin.rc.in b/plugins/unistim/plugin.rc.in
deleted file mode 100644
index 568dc07b49..0000000000
--- a/plugins/unistim/plugin.rc.in
+++ /dev/null
@@ -1,34 +0,0 @@
-#include "winver.h"
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION @RC_MODULE_VERSION@
- PRODUCTVERSION @RC_VERSION@
- FILEFLAGSMASK 0x0L
-#ifdef _DEBUG
- FILEFLAGS VS_FF_DEBUG
-#else
- FILEFLAGS 0
-#endif
- FILEOS VOS_NT_WINDOWS32
- FILETYPE VFT_DLL
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
- VALUE "FileDescription", "@PACKAGE@ dissector\0"
- VALUE "FileVersion", "@MODULE_VERSION@\0"
- VALUE "InternalName", "@PACKAGE@ @MODULE_VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "@PLUGIN_NAME@.dll\0"
- VALUE "ProductName", "Wireshark\0"
- VALUE "ProductVersion", "@VERSION@\0"
- VALUE "Comments", "Build with @MSVC_VARIANT@\0"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END