From adde937ed74926323b084713caf6fbba871d8791 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Fri, 15 Dec 2017 00:04:32 +0000 Subject: plugins: Remove redundant plugin.rc.in files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Petri-Dish: João Valverde Tested-by: Petri Dish Buildbot Reviewed-by: Pascal Quantin --- doc/README.plugins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3