Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built.

This commit is contained in:
tague%netscape.com 1999-08-08 02:11:13 +00:00
Родитель acbeab60aa
Коммит d309045006
1 изменённых файлов: 7 добавлений и 9 удалений

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

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