Ethereal-dev: Re: [Ethereal-dev] 0.10.3 release later this week?

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

From: Lars Roland <Lars.Roland@xxxxxxx>
Date: Thu, 13 May 2004 16:26:20 +0200
Ulf Lamping wrote:
(snip)


Current questions regarding the build defaults in config.nmake:
1) Build GTK1, GTK2 or both by default?


Both, so "version conflicting" bugs in the gtk code will be found earlier. However, it should reflect what the installer should contain.


What is included in the installer already depends on which macros in config.nmake are defined or not. If you have only GTK2_DIR defined and not GTK1_DIR, you will get an installer containing only the GTK2 version of Ethereal. Just use "nmake -f makefile.nmake packaging".

If you like you can also get two seperate installers for GTK1 and GTK2 even when both GTK1_DIR and GTK2_DIR are defined by using
"nmake -f makefile.nmake seperate_packaging"

Regards,

Lars