Give the full pathname of the wireshark.nsi file, and add information on
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 21 Aug 2007 18:09:33 +0000 (18:09 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Tue, 21 Aug 2007 18:09:33 +0000 (18:09 +0000)
what to do for the U3 win32/makefile.nmake file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22566 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.plugins

index 30b36705f9fb63c552376862feeab14ddcdf34a3..b4023ad1ec22c360edfd9daaf665573322700a37 100644 (file)
@@ -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