Don't link with msgcore and msglocal. Link with msgcoreutil.

This commit is contained in:
mscott%netscape.com 1999-03-31 19:34:18 +00:00
parent 7aa439f819
commit 3e270b7bdb

View File

@ -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) \