From 13aae6d07b73adb96bbf87a0cb5e3ef3be8759a6 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Mon, 22 Mar 1999 23:26:21 +0000 Subject: [PATCH] Link with the msgcoreutil library. --- mailnews/news/tests/nntp/makefile.win | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/mailnews/news/tests/nntp/makefile.win b/mailnews/news/tests/nntp/makefile.win index 902a7c339ab2..78492c433f50 100644 --- a/mailnews/news/tests/nntp/makefile.win +++ b/mailnews/news/tests/nntp/makefile.win @@ -26,7 +26,15 @@ OBJS = \ .\$(OBJDIR)\nntpTest.obj \ $(NULL) -LINCS=-I$(PUBLIC)\raptor -I$(PUBLIC)\xpcom -I$(PUBLIC)\netlib -I$(PUBLIC)\mailnews -I$(PUBLIC)\security -I$(PUBLIC)\pref -I$(PUBLIC)\rdf +LINCS= \ + -I$(PUBLIC)\raptor \ + -I$(PUBLIC)\xpcom \ + -I$(PUBLIC)\netlib \ + -I$(PUBLIC)\mailnews \ + -I$(PUBLIC)\security \ + -I$(PUBLIC)\pref \ + -I$(PUBLIC)\rdf \ + $(NULL) MYLIBS= \ $(DIST)\lib\xpcom32.lib \ @@ -35,10 +43,11 @@ MYLIBS= \ $(DIST)\lib\raptorgfxwin.lib \ $(DIST)\lib\raptorwidget.lib \ $(DIST)\lib\netlib.lib \ - $(DIST)\lib\plc3.lib \ + $(DIST)\lib\plc3.lib \ $(DIST)\lib\nntp.lib \ $(DIST)\lib\nntpTest.lib \ $(DIST)\lib\msgcore.lib \ + $(DIST)\lib\msgcoreutil.lib \ $(DIST)\lib\xplib.lib \ $(NULL)