Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built.
This commit is contained in:
Родитель
acbeab60aa
Коммит
d309045006
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче