Wireshark-dev: Re: [Wireshark-dev] Adding install target to Makefile.nmake for plugins
From: Graham Bloice <graham.bloice@xxxxxxxxxxxxx>
Date: Wed, 13 Nov 2013 16:12:09 +0000
On 13 November 2013 16:01, John Dill <John.Dill@xxxxxxxxxxxxxxxxx> 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?