disable mfcembed in static builds to fix build bustage (see bug 262218), r=bsmedberg

This commit is contained in:
darin%meer.net 2004-10-25 22:30:08 +00:00
Родитель 448b360cef
Коммит 88a17b807a
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -42,6 +42,8 @@ endif
ifeq ($(OS_ARCH),WINNT)
DIRS = winEmbed
# disable mfcembed in static builds
ifndef BUILD_STATIC_LIBS
ifndef GNU_CC
ifndef NO_MFC
DIRS += mfcembed/components mfcembed
@ -49,4 +51,6 @@ endif
endif
endif
endif
include $(topsrcdir)/config/rules.mk