зеркало из https://github.com/mozilla/pjs.git
disable mfcembed in static builds to fix build bustage (see bug 262218), r=bsmedberg
This commit is contained in:
Родитель
448b360cef
Коммит
88a17b807a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче