(not part of the build yet) a=cyeh.

I changed the dll name for imap to be msgimap.dll. We now need prefs and js in the requires list.
This commit is contained in:
mscott%netscape.com 1999-04-08 02:49:40 +00:00
parent 3eefdc4c4d
commit b7ea611b18

View File

@ -40,8 +40,8 @@ LLIBS=\
$(DIST)\lib\xpcom32.lib \
$(DIST)\lib\xplib.lib \
$(DIST)\lib\msgcore.lib \
$(DIST)\lib\msgcoreutil.lib \
$(DIST)\lib\imap.lib \
$(DIST)\lib\msgcoreutil.lib \
$(DIST)\lib\msgimap.lib \
$(LIBNSPR) \
$(DIST)\lib\plc3.lib \
$(DIST)\lib\raptorbase.lib \
@ -56,6 +56,8 @@ LINCS= \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\pref \
-I$(PUBLIC)\js \
$(NULL)
include <$(DEPTH)\config\rules.mak>