зеркало из https://github.com/mozilla/gecko-dev.git
Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.
This commit is contained in:
Родитель
57e921b9c8
Коммит
5b121a0251
|
@ -86,12 +86,10 @@ CPPSRCS = \
|
|||
nsStringAPI.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifndef MINIMO
|
||||
ifeq ($(OS_ARCH)$(MOZ_ENABLE_LIBXUL),WINNT)
|
||||
CPPSRCS += dlldeps.cpp
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),WINCE)
|
||||
CPPSRCS += dlldeps.cpp
|
||||
endif
|
||||
|
||||
ifdef XPCOM_USE_LEA
|
||||
|
@ -145,8 +143,10 @@ endif
|
|||
FORCE_USE_PIC = 1
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
ifndef MINIMO
|
||||
FORCE_SHARED_LIB = 1
|
||||
endif
|
||||
endif
|
||||
|
||||
# UNIX98 iconv support
|
||||
OS_LIBS += $(LIBICONV)
|
||||
|
|
Загрузка…
Ссылка в новой задаче