aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/README.plugins4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index e06842571a..b14dfd3b89 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -20,11 +20,11 @@ contain at least the following files:
CMakeLists.txt
Makefile.am
moduleinfo.h
-plugin.rc.in
README
The README can be brief but it should provide essential information relevant
to developers and users. Optionally AUTHORS and ChangeLog files can be added.
+Optionally you can add your own plugin.rc.in.
And of course the source and header files for your dissector.
@@ -59,7 +59,7 @@ for the plugin.
Your plugins/foo/plugin.rc.in is the Windows resource template file used
to add the plugin specific information as resources to the DLL.
-No modifications are needed here.
+If not provided the plugins/plugin.rc.in file will be used.
3. Changes to existing Wireshark files