diff --git a/xpcom/build/Makefile.in b/xpcom/build/Makefile.in index 568d2b67e011..9294cdb9300b 100644 --- a/xpcom/build/Makefile.in +++ b/xpcom/build/Makefile.in @@ -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)