Remove unnecessary LINCS now that all headers are pushed to the same directory.

This commit is contained in:
mscott%netscape.com 1999-06-04 01:21:24 +00:00
parent 54abbe2d08
commit 28d6ea8627
4 changed files with 0 additions and 21 deletions

View File

@ -18,8 +18,6 @@
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
LINCS= -I$(PUBLIC)\xpcom -I$(PUBLIC)\mailnews
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=mork

View File

@ -18,8 +18,6 @@
DEPTH=..\..\..\..
IGNORE_MANIFEST=1
LINCS= -I$(PUBLIC)\xpcom -I$(PUBLIC)\mailnews
include <$(DEPTH)\config\config.mak>
LIBRARY_NAME=mork

View File

@ -51,13 +51,6 @@ MISCDEP=$(LLIBS)
# XXX Note dependencies on implementation dirs for factory methods.
LINCS= -I$(DEPTH)\mailnews\local\src \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
$(NULL)
include <$(DEPTH)\config\rules.mak>
install:: $(DLL)

View File

@ -48,16 +48,6 @@ CPP_OBJS= .\$(OBJDIR)\nsMsgDatabase.obj \
EXPORTS= \
$(NULL)
LINCS=-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\mime \
-I$(PUBLIC)\locale \
-I$(PUBLIC)\pref \
-I$(PUBLIC)\js
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \