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

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:
    epan                 Makefile.nmake config.h.win32 
  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.25      +7 -3      ethereal/epan/Makefile.nmake
  1.12      +2 -2      ethereal/epan/config.h.win32