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: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 4 Apr 2000 03:22:28 -0500 (CDT)
guy         2000/04/04 03:22:20 CDT

  Modified files:
    wiretap              Makefile.nmake 
  Log:
  The Win32 port of libpcap requires that programs with which it's built
  be built as multi-threaded programs; add "/MT" to the list of compiler
  flags.
  
  Add "clean" rules in subdirectories, and run subdirectory "nmake -f
  Makefile.nmake clean" when "nmake -f Makefile.nmake clean" is done in
  the top-level directory, so that "nmake -f Makefile.nmake clean" cleans
  everything up.
  
  Revision  Changes    Path
  1.9       +3 -1      ethereal/wiretap/Makefile.nmake