diff --git a/mailnews/local/tests/pop3/makefile.win b/mailnews/local/tests/pop3/makefile.win index 6dbaa539bde2..fb2a0ccd7d9b 100644 --- a/mailnews/local/tests/pop3/makefile.win +++ b/mailnews/local/tests/pop3/makefile.win @@ -27,13 +27,15 @@ OBJS = \ $(NULL) LINCS= \ - -I$(PUBLIC)\raptor \ - -I$(PUBLIC)\xpcom \ - -I$(PUBLIC)\netlib \ - -I$(PUBLIC)\mailnews \ - -I$(PUBLIC)\security \ - -I$(PUBLIC)\pref \ - -I$(PUBLIC)\rdf + -I$(PUBLIC)\raptor \ + -I$(PUBLIC)\xpcom \ + -I$(PUBLIC)\netlib \ + -I$(PUBLIC)\mailnews \ + -I$(PUBLIC)\security \ + -I$(PUBLIC)\pref \ + -I$(PUBLIC)\rdf \ + -I$(PUBLIC)\js \ + $(NULL) MYLIBS= \ $(DIST)\lib\xpcom32.lib \ @@ -42,12 +44,10 @@ MYLIBS= \ $(DIST)\lib\raptorgfxwin.lib \ $(DIST)\lib\raptorwidget.lib \ $(DIST)\lib\netlib.lib \ - $(DIST)\lib\plc3.lib \ - $(DIST)\lib\rdf.lib \ - $(DIST)\lib\msglocal.lib \ - $(DIST)\lib\msgcore.lib \ + $(DIST)\lib\plc3.lib \ + $(DIST)\lib\rdf.lib \ + $(DIST)\lib\msgcoreutil.lib \ $(DIST)\lib\xplib.lib \ - $(DIST)\lib\msgdb.lib \ $(NULL) LLIBS= $(MYLIBS) \