Ethereal-dev: Re: [Ethereal-dev] Updated Mingw makefile

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Thu, 20 May 2004 22:41:51 +0200
Hi Gisle,

Do you think you could make use of the Makefile.common definitions so
we only need to edit one file in case something changes? I'm also
thinking at creating more than one makefile, so it will be easier to
edit changes. One requirement would then be that the plugin dissectors
provide also a Makefile.MingW.

Doing so will be much more acceptable for inclusion in the current
distribution, as it requires no extra work (that was the reason why we
created the Makefile.common files).

I'd also suggest the MingW text be incorporated into the README.win32
file, but that's not a hard requirement.

Regards,

Olivier


----- Original Message ----- 
From: Gisle Vanem

I've updated my MingW makefile for anyone interested:
http://www.bgnett.no/~giva/misc/ethereal-mingw.zip

It now no longer need the PLUGINS_NEED_ADDRESS_TABLE
in CFLAGS and nor the generated plugin\X* files. The applications
and plugins uses the libethereal.dll and import lib. This way it seems
the application will load faster whan before.