Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal 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: Mon, 16 Jun 2003 02:58:27 -0500 (CDT)
guy         2003/06/16 02:58:27 CDT

  Modified files:
    .                    config.nmake 
  Log:
  "!IFDEF" just takes the name of the variable as an argument.
  
  We do have to look for headers in $(GTK_DIR)\gdk when using the
  development packages from the Ethereal Web site, as "gdkconfig.h" is in
  that directory but it's included as <gdkconfig.h>.
  
  The commented string for ADNS_CONFIG doesn't appear to get substituted
  as we want it to be; just use an empty string for now.
  
  Revision  Changes    Path
  1.48      +4 -4      ethereal/config.nmake