From 4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Fri, 23 Oct 2015 18:39:07 +0200 Subject: Remove Seamonkey based address book driver Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- RepositoryExternal.mk | 87 --------------------------------------------------- 1 file changed, 87 deletions(-) (limited to 'RepositoryExternal.mk') diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index ccc22b8b566b..27e008bac313 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -2924,93 +2924,6 @@ endef endif # SYSTEM_POSTGRESQL -ifneq ($(WITH_MOZAB4WIN),) - -$(eval $(call gb_Helper_register_packages_for_install,ooo,\ - moz_runtime \ -)) - -define gb_LinkTarget__use_mozilla - -$(call gb_LinkTarget_use_unpacked,$(1),moz_lib) -$(call gb_LinkTarget_use_unpacked,$(1),moz_inc) - -$(call gb_LinkTarget_add_defs,$(1),\ - -DMOZILLA_INTERNAL_API \ -) - -$(call gb_LinkTarget_set_include,$(1),\ - -I$(call gb_UnpackedTarball_get_dir,moz_inc) \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/addrbook \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/content \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/embed_base \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/intl \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/mime \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/mozldap \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/msgbase \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/necko \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/pref \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/profile \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/rdf \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/string \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/uconv \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/xpcom \ - -I$(call gb_UnpackedTarball_get_dir,moz_inc)/xpcom_obsolete \ - $$(INCLUDE) \ -) - -$(call gb_LinkTarget_add_libs,$(1),\ - $(call gb_UnpackedTarball_get_dir,nss)/dist/out/lib/nspr4.lib \ - $(call gb_UnpackedTarball_get_dir,moz_lib)/xpcom.lib \ - $(call gb_UnpackedTarball_get_dir,moz_lib)/xpcom_core.lib \ -) - -$(call gb_LinkTarget_add_defs,$(1),\ - -DMOZILLA_CLIENT \ - -DMOZ_REFLOW_PERF \ - -DMOZ_REFLOW_PERF_DSP \ - -DMOZ_XUL \ - -DOJI \ - -DWIN32 \ - -DXP_PC \ - -DXP_WIN \ - -DXP_WIN32 \ - -D_WINDOWS \ -) - -ifeq ($(COM),GCC) - -$(call gb_LinkTarget_add_cxxflags,$(1),\ - -Wall \ - -Wcast-align \ - -Wconversion \ - -Wno-long-long \ - -Woverloaded-virtual \ - -Wpointer-arith \ - -Wsynth \ - -fno-rtti \ -) - -else - -ifneq ($(DBG_LEVEL),0) -$(call gb_LinkTarget_add_defs,$(1),\ - -D_STL_NOFORCE_MANIFEST \ -) -endif - -$(call gb_LinkTarget_add_libs,$(1),\ - $(call gb_UnpackedTarball_get_dir,moz_lib)/embed_base_s.lib \ - $(call gb_UnpackedTarball_get_dir,moz_lib)/mozreg_s.lib \ -) - -endif # !GCC - -endef - -endif # WITH_MOZAB4WIN - - ifeq ($(ENABLE_KDE4),TRUE) define gb_LinkTarget__use_kde4 -- cgit