Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal Makefile.nmake 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: Sat, 14 Jun 2003 15:45:24 -0500 (CDT)
guy         2003/06/14 15:45:24 CDT

  Modified files:
    .                    Makefile.nmake config.nmake 
  Log:
  Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based on
  variables the user configures - the user isn't expected to change
  GLIB_LIBS or GTK_LIBS, and there's a comment nothing that users
  shouldn't have to do so), which contain the appropriate libraries for
  building stuff that requires only GLib, and stuff that required GTK+ and
  GLib, respectively, and use those macros in the Makefile.nmake files.
  
  Revision  Changes    Path
  1.310     +7 -14     ethereal/Makefile.nmake
  1.45      +6 -1      ethereal/config.nmake