diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-10-23 18:39:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-25 15:02:44 +0000 |
commit | 4e3086da3e9873f53b5b9e1d5e511f9f77aaf62f (patch) | |
tree | d90b50de0479ab3f8e60e36a85ce448f36934d87 /RepositoryExternal.mk | |
parent | be114fd49371beb8877c1cf34b48319967458c8a (diff) |
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 <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 87 |
1 files changed, 0 insertions, 87 deletions
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 |