Build/config changes to allow static xpcom link for Minimo. b=314880, r=dveditz.

This commit is contained in:
dougt%meer.net 2005-11-07 20:59:43 +00:00
parent 57e921b9c8
commit 5b121a0251

View File

@ -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)