Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/plugins 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:41:34 -0600 (CST)
gram        2000/02/08 18:41:28 CST

  Added files:
    plugins              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.