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
endif # MOZ_COMPONENTLIB 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 ifdef MOZ_PHOENIX
tier_99_dirs += browser xpfe/bootstrap/init.d tier_99_dirs += browser xpfe/bootstrap/init.d
ifdef MOZ_USE_OFFICIAL_BRANDING ifdef MOZ_USE_OFFICIAL_BRANDING
@ -372,17 +382,11 @@ ifneq (,$(ENABLE_TESTS))
tier_99_dirs += webshell/tests tier_99_dirs += webshell/tests
endif endif
# winembed, mfcembed, axcontrol # winembed, mfcembed
ifeq ($(OS_ARCH),WINNT) ifeq ($(OS_ARCH),WINNT)
ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL)) ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL))
tier_99_dirs += embedding/tests tier_99_dirs += embedding/tests
endif endif
ifndef MOZ_NO_ACTIVEX_SUPPORT
tier_99_dirs += \
embedding/browser/activex/src/control \
embedding/browser/activex/src/control_kicker \
$(NULL)
endif
endif endif
# os2embed # os2embed