From d87aaf9b8b8320ce2286e1e70eaa65f5c63fdf93 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Sat, 27 Feb 1999 03:48:15 +0000 Subject: [PATCH] Stop building nntptest until I fix the factory problems and come up with a progID... --- mailnews/news/tests/makefile.win | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mailnews/news/tests/makefile.win b/mailnews/news/tests/makefile.win index 06de39d9f863..7656b18e4e1e 100644 --- a/mailnews/news/tests/makefile.win +++ b/mailnews/news/tests/makefile.win @@ -27,8 +27,6 @@ REQUIRES=xpcom js nspr netlib DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN -DIRS = nntp - CPPSRCS= \ nsNNTPCategoryContainerStub.cpp \ nsNNTPHostStub.cpp \ @@ -46,7 +44,13 @@ CPP_OBJS= .\$(OBJDIR)\nsNNTPCategoryContainerStub.obj \ EXPORTS= \ $(NULL) -LINCS=-I$(PUBLIC)\xpcom -I$(PUBLIC)\mailnews -I$(PUBLIC)\raptor -I$(PUBLIC)\netlib -I$(PUBLIC)\security -I$(PUBLIC)\rdf +LINCS=-I$(PUBLIC)\xpcom \ + -I$(PUBLIC)\mailnews \ + -I$(PUBLIC)\raptor \ + -I$(PUBLIC)\netlib \ + -I$(PUBLIC)\security \ + -I$(PUBLIC)\rdf \ + $(NULL) LCFLAGS = \ $(LCFLAGS) \