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

This commit is contained in:
mscott%netscape.com 1999-06-03 23:42:51 +00:00
Родитель 3cab2251da
Коммит 1d157c2160
3 изменённых файлов: 0 добавлений и 37 удалений

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

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

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

@ -75,19 +75,6 @@ EXPORTS= nsImapUrl.h \
nsImapMessage.h \ nsImapMessage.h \
$(NULL) $(NULL)
LINCS= \
-I$(PUBLIC)\xpcom \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\nsprpub \
-I$(PUBLIC)\js \
-I$(PUBLIC)\rdf \
-I$(PUBLIC)\rdfutil \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\pref \
-I$(PUBLIC)\mime \
$(NULL)
LCFLAGS = \ LCFLAGS = \
$(LCFLAGS) \ $(LCFLAGS) \
$(DEFINES) \ $(DEFINES) \

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

@ -74,17 +74,6 @@ LLIBS= $(LLIBS) ole32.lib \
$(DIST)\lib\xpcom.lib $(DIST)\lib\xpcom.lib
LINCS=$(LINCS) -I. \
-I$(PUBLIC)\mailnews \
-I$(PUBLIC)\raptor \
-I$(PUBLIC)\netlib \
-I$(PUBLIC)\pref \
-I$(PUBLIC)\js \
-I$(PUBLIC)\rdfutil \
-I$(PUBLIC)\rdf \
-I$(PUBLIC)\mime \
-I$(PUBLIC)\xpcom
# clobber and clobber_all will remove the following garbage: # clobber and clobber_all will remove the following garbage:
GARBAGE = $(GARBAGE) _gen GARBAGE = $(GARBAGE) _gen