trying to fix firefox build bustage

This commit is contained in:
timeless%mozdev.org 2004-10-29 21:23:47 +00:00
parent fe72086e1f
commit c55dbfa772

View File

@ -323,6 +323,16 @@ tier_99_dirs += modules/staticmod
endif
endif # MOZ_COMPONENTLIB
# axcontrol
ifeq ($(OS_ARCH),WINNT)
ifndef MOZ_NO_ACTIVEX_SUPPORT
tier_99_dirs += \
embedding/browser/activex/src/control \
embedding/browser/activex/src/control_kicker \
$(NULL)
endif
endif
ifdef MOZ_PHOENIX
tier_99_dirs += browser xpfe/bootstrap/init.d
ifdef MOZ_USE_OFFICIAL_BRANDING
@ -372,17 +382,11 @@ ifneq (,$(ENABLE_TESTS))
tier_99_dirs += webshell/tests
endif
# winembed, mfcembed, axcontrol
# winembed, mfcembed
ifeq ($(OS_ARCH),WINNT)
ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL))
tier_99_dirs += embedding/tests
endif
ifndef MOZ_NO_ACTIVEX_SUPPORT
tier_99_dirs += \
embedding/browser/activex/src/control \
embedding/browser/activex/src/control_kicker \
$(NULL)
endif
endif
# os2embed