From ddf6a8acf2bb398d8aa4072700c4bf915d498d73 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 7 Aug 2003 00:41:28 +0000 Subject: From Michael Lum: add the ability to have a preferences file containing a list of disabled protocols, and to save that list from the Edit > Protocols dialog box. Add checks for read errors in "read_prefs()". Clean up white space. svn path=/trunk/; revision=8144 --- Makefile.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.nmake') diff --git a/Makefile.nmake b/Makefile.nmake index 858694eb7e..5fd45dbde4 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.321 2003/08/01 09:16:47 sahlberg Exp $ +# $Id: Makefile.nmake,v 1.322 2003/08/07 00:41:26 guy Exp $ include config.nmake include @@ -403,6 +403,7 @@ ETHEREAL_COMMON_OBJECTS = \ crypt-md4.obj \ crypt-md5.obj \ crypt-rc4.obj \ + disabled_protos.obj \ follow.obj \ g711.obj \ getopt.obj \ -- cgit v1.2.3