Changed the depth to take into account the parent profile directory.

This commit is contained in:
dbragg%netscape.com 1999-05-26 21:20:45 +00:00
Родитель 693da8b249
Коммит 255d4da3fc
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -16,7 +16,7 @@
# Reserved.
DEPTH=..\..
DEPTH=..\..\..
IGNORE_MANIFEST=1
MODULE=nsprefm
DLL=.\$(OBJDIR)\$(MODULE).dll
@ -31,7 +31,7 @@ LCFLAGS = \
$(NULL)
LINCS= \
-I..\base \
-I..\..\base \
-I$(XPDIST)\public\prefm \
-I$(XPDIST)\public\js \
-I$(XPDIST)\public\netlib \