[Libreoffice-commits] core.git: shell/Module_shell.mk
Tamás Zolnai
tamas.zolnai at collabora.com
Sat Mar 11 09:41:59 UTC 2017
shell/Module_shell.mk | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
New commits:
commit 588a85798ae7c44864be0b9d823618fc03e2028c
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
Date: Sat Mar 11 05:21:45 2017 +0100
Fix windows build with activex disabled
Change-Id: I810241ad4624ae2ad4e42e2dbf4c226f622a35ad
Reviewed-on: https://gerrit.libreoffice.org/35070
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Tamás Zolnai <tamas.zolnai at collabora.com>
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index cfe7aa0..c3c6d3f 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -61,9 +61,11 @@ $(eval $(call gb_Module_add_targets,shell,\
StaticLibrary_shlxthandler_common \
StaticLibrary_xmlparser \
WinResTarget_shlxthdl \
- CustomTarget_spsupp_idl \
- Library_spsupp \
- WinResTarget_spsupp \
+ $(if $(DISABLE_ACTIVEX),,\
+ CustomTarget_spsupp_idl \
+ Library_spsupp \
+ WinResTarget_spsupp \
+ ) \
))
$(eval $(call gb_Module_add_check_targets,shell,\
@@ -79,7 +81,9 @@ $(eval $(call gb_Module_add_targets,shell,\
Library_shlxthdl_x64 \
StaticLibrary_shlxthandler_common_x64 \
StaticLibrary_xmlparser_x64 \
- Library_spsupp_x64 \
+ $(if $(DISABLE_ACTIVEX),,\
+ Library_spsupp_x64 \
+ ) \
))
endif
More information about the Libreoffice-commits
mailing list