fix build bustage caused by fixing the MODULE name in the makefile.win files

This commit is contained in:
sspitzer%netscape.com 1999-06-02 03:41:56 +00:00
Родитель 71fe040248
Коммит 8a20850636
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=nntp
MODULE= mailnews
MODULE=news
REQUIRES=xpcom js nspr netlib
CPPSRCS= nsNNTPProtocol.cpp \
@ -72,6 +72,7 @@ EXPORTS= nsNNTPProtocol.h \
LINCS= \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\news \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\security \