From e6a58b5e69b83e01b5291b1d8629927e05447797 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Mon, 2 Feb 2015 11:30:57 +0100 Subject: Activate mork driver on windows 64 bit build On Windows 32 bit ancient seamonkey library is linked against libreoffice. In 64 bit we cannot used this library and we cannot recompile it because it was removed. Instead use mork driver. This would still meant functionality loss because Outlook and Outlook Express address book wouldn't be supported any more. Change-Id: I77fbb59aaeb6c7f3b6754e7ffb9172064155e8f3 Reviewed-on: https://gerrit.libreoffice.org/14275 Tested-by: Michael Stahl Reviewed-by: Michael Stahl --- connectivity/Module_connectivity.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity/Module_connectivity.mk') diff --git a/connectivity/Module_connectivity.mk b/connectivity/Module_connectivity.mk index 46b030d6cd67..97310d128914 100644 --- a/connectivity/Module_connectivity.mk +++ b/connectivity/Module_connectivity.mk @@ -102,7 +102,7 @@ $(eval $(call gb_Module_add_targets,connectivity,\ )) endif -ifeq ($(OS),WNT) +ifeq ($(OS)-$(CPU),WNT-INTEL) ifneq ($(WITH_MOZAB4WIN),) $(eval $(call gb_Module_add_targets,connectivity,\ -- cgit