aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-08-21 18:09:33 +0000
committerGuy Harris <guy@alum.mit.edu>2007-08-21 18:09:33 +0000
commit2305f9e389f4937618eb37d18bf8527583aff983 (patch)
tree5778f01c1d8a0f9b1de69bf20dca86db34fddf4a
parentda5a4dac33b32c46f68cd8610ee74a9b083b9357 (diff)
Give the full pathname of the wireshark.nsi file, and add information on
what to do for the U3 win32/makefile.nmake file. svn path=/trunk/; revision=22566
-rw-r--r--doc/README.plugins13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index 30b36705f9..b4023ad1ec 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -195,7 +195,7 @@ AC_OUTPUT(
3.5 Changes to the installers
If you want to include your plugin in an installer you have to add lines
-in the NSIS installer Makefile.nmake and wireshark.nsi files, and U3
+in the NSIS installer Makefile.nmake and wireshark.nsi files, and the U3
installer makefile.nmake file.
For the NSIS installer:
@@ -208,7 +208,16 @@ For the NSIS installer:
File "..\..\plugins\xxx\xxx.dll"
to the list of "File" statements in the "Dissector Plugins"
- section.
+ section in packaging/nsis/wireshark.nsi.
+
+For the U3 installer:
+
+ Add
+
+ $(COPY) $(TOPDIR)\plugins\xxx\xxx.dll $(DEVICE)\plugins\$(VERSION) $(COPY_FLAGS)
+
+ to the list of commands for the "distribution" target in
+ packaging/u3/win32/makefile.nmake.
4. Development and plugins on Unix