Fix case were neither MSSDK or NGPREFS is set

This commit is contained in:
jevering%netscape.com 1998-10-30 00:06:40 +00:00
Родитель 13fd1d6811
Коммит 2081609a39
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -18,6 +18,7 @@
DEPTH=..\..
IGNORE_MANIFEST=1
!if defined(NGPREFS) || defined(MSSDK)
DIRS= \
!if "$(MSSDK)" != ""
ActiveX \
@ -26,5 +27,5 @@ DIRS= \
ngprefs \
!endif
$(NULL)
!endif
include <$(DEPTH)\config\rules.mak>