Ethereal-dev: Re: [Ethereal-dev] Windows build order ?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon, 10 Nov 2003 16:36:10 -0800
On Nov 10, 2003, at 4:26 PM, Michael Lum wrote:

My GSM MAP plugin needs to link against ..\..\asn1.obj
It shouldn't need to.  If there are routines in "asn1.c" that you're 
calling but that aren't listed in "plugins\plugin_api_list.c", add 
them, rebuild all the relevant files (that requires GCC, so you might 
have to do that on a UNIX box) and try again - and send us a patch for 
"plugin_api_list.c".
Note also that your plugin will need to include 
"plugins/plugin_api_defs.h".