Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Tue, 8 Feb 2000 18:42:13 -0600 (CST)
gram        2000/02/08 18:42:07 CST

  Modified files:
    wiretap              Makefile.nmake 
  Log:
  Update Makefiles for win32. Move local configuration to config.nmake,
  have top-level Makefile.nmake call Makefile.nmake's in subdirectories.
  Build plugins, and build generated source (lex, yacc). The only thing we
  can't build is register.c; I need to re-work the top-level Makefile.nmake
  because it lists object files, not C files, which make-reg-dotc needs.
  
  Revision  Changes    Path
  1.8       +13 -5     ethereal/wiretap/Makefile.nmake