Wireshark mailing list archives

Re: Adding install target to Makefile.nmake for plugins


From: Sreejith M M <sreejith.mm () gmail com>
Date: Wed, 13 Nov 2013 23:51:16 +0530

If we just build a plugin, i dont think the dll gets copied to the plugin
install directory. In that way, the solution provided by OP helps
On Nov 13, 2013 9:43 PM, "Graham Bloice" <graham.bloice () trihedral com>
wrote:

On 13 November 2013 16:01, John Dill <John.Dill () greenfieldeng com> wrote:


I added an install target for my protocol dissector plugin nmake file.
 Simplifies the tedious step of copying it to the Wireshark/plugins folder
during development and test.  Here's the snippets that I added.



The nmake build already copies all needed files to a directory so that the
build artifacts can be run for testing.  The directory is set in
config.nmake as INSTALL_DIR.  Is there a reason why that directory isn't
suitable for your tests, it's always sufficed for mine?

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org
?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: