On Tue, Sep 10, 2002 at 09:54:26AM +0200, Ulf Lamping wrote: > Please find attached a win32 build "tiny bugfix" patch.
Unfortunately, with that patch, the top-level Makefile.nmake, and the Makefile.nmake in the gtk and gtk2 directories, need to be updated to add "/I$(ZLIB_DIR)"; otherwise, when recompiling "gtk/main.c" (and "gtk2/main.c", if anybody's doing that on Windows) and "tethereal.c", the compile fails as it doesn't find "zlib.h". I've checked in those changes.