mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.
This commit is contained in:
parent
57e921b9c8
commit
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)
|
||||
|
Loading…
Reference in New Issue
Block a user