Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk 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@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 6 Nov 2002 23:31:40 -0600 (CST)
guy         2002/11/06 23:31:40 CST

  Modified files:
    gtk                  Makefile.nmake 
  Log:
  From Jason House: add the rule to make "ethereal-tap-register.c".
  
  Make that rule work correctly, by making "ETHEREAL_TAP_SRC" refer to the
  *source* files, making "ETHEREAL_TAP_OBJECTS" be the *object* files (as
  generated from the list of source files), and adding
  "ETHEREAL_TAP_OBJECTS" rather than "ETHEREAL_TAP_SRC" to the list of
  objects to link.
  
  Revision  Changes    Path
  1.35      +10 -5     ethereal/gtk/Makefile.nmake