Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.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: Tue, 10 Jun 2003 02:20:06 -0500 (CDT)
guy         2003/06/10 02:20:06 CDT

  Modified files:
    .                    Makefile.nmake 
  Log:
  If ADNS_DIR isn't defined, don't link with the ADNS library; this lets
  you build Ethereal without ADNS.  (It'd be nice if ADNS_DIR not being
  defined caused the config.h file to have the appropriate #ifdefs turned
  off; we can probably do that with another @xxx@ variable in
  config.h.win32, and !IFDEFs in the rules to make the config.h files,
  although we should then make config.h also depend on config.nmake.)
  
  Revision  Changes    Path
  1.303     +7 -3      ethereal/Makefile.nmake