Bug 937005 - Install folded import library in the SDK. r=bsmedberg

This commit is contained in:
Mike Hommey 2013-11-16 13:39:01 +09:00
parent 2cb9e36037
commit fb8b50d540

View File

@ -389,6 +389,12 @@ endif # MOZ_FOLD_LIBS
include $(topsrcdir)/config/rules.mk
ifdef MOZ_FOLD_LIBS
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
SDK_LIBRARY = $(IMPORT_LIBRARY)
else
SDK_LIBRARY = $(SHARED_LIBRARY)
endif
# Force the linker to include everything from the static libraries.
EXPAND_LIBS_EXEC += --extract