Moved MSSDK dependency down a level.

This commit is contained in:
jevering%netscape.com 1998-10-29 22:06:27 +00:00
Родитель 2e15244b22
Коммит 46d2074984
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -18,7 +18,10 @@
DEPTH=..\..
IGNORE_MANIFEST=1
DIRS= ActiveX \
DIRS= \
!if "$(MSSDK)" != ""
ActiveX \
!endif
!if defined(NGPREFS)
ngprefs \
!endif

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

@ -21,9 +21,6 @@ IGNORE_MANIFEST=1
DIRS=public \
src \
tests \
!if "$(MSSDK)" != ""
embed \
!endif
$(NULL)
include <$(DEPTH)\config\rules.mak>