fix gmake static windows build

This commit is contained in:
leaf%mozilla.org 2002-03-22 00:39:50 +00:00
Родитель d247de53c5
Коммит 7f39ba71f3
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -28,9 +28,11 @@ include $(DEPTH)/config/autoconf.mk
DIRS = base components browser
ifeq ($(OS_ARCH),WINNT)
ifeq (,$(MOZ_STATIC_COMPONENT_LIBS))
ifneq (,$(ENABLE_TESTS)$(MOZILLA_OFFICIAL))
DIRS += tests
endif
endif
endif
include $(topsrcdir)/config/rules.mk