Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.nmake config.h.win32 config.nmake

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 12 Jun 2003 04:45:42 -0500 (CDT)
guy         2003/06/12 04:45:42 CDT

  Modified files:
    .                    Makefile.nmake config.h.win32 
                         config.nmake 
  Log:
  Don't wire into "config.h.win32" files an indication of whether we have
  GNU ADNS or not - set it based on whether ADNS_DIR is defined by
  "config.nmake", and make "config.h.win32" files that specify whether we
  have GNU ADNS dependent on "config.nmake".
  
  Note in "config.nmake" that:
  
  	if you have GNU ADNS, ADNS_DIR should be defined as the
  	directory in which the ADNS .lib file resides;
  
  	if you don't have GNU ADNS, ADNS_DIR shouldn't be defined.
  
  Revision  Changes    Path
  1.307     +7 -3      ethereal/Makefile.nmake
  1.40      +2 -2      ethereal/config.h.win32
  1.41      +9 -1      ethereal/config.nmake