From e597ef0489d9d5504721d21eefa15c65da0fb240 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 14 Mar 2017 11:59:12 +0200 Subject: No need for --disable-activex and --disable-atl any longer Change-Id: I7ac4f32cb01bfcc3a2c06e69280c2150d408ec6b Reviewed-on: https://gerrit.libreoffice.org/35174 Reviewed-by: David Ostrovsky Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- scp2/InstallScript_setup_osl.mk | 2 +- scp2/Module_scp2.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scp2') diff --git a/scp2/InstallScript_setup_osl.mk b/scp2/InstallScript_setup_osl.mk index 1411b5835cf0..862db6190b8f 100644 --- a/scp2/InstallScript_setup_osl.mk +++ b/scp2/InstallScript_setup_osl.mk @@ -22,7 +22,7 @@ $(eval $(call gb_InstallScript_use_modules,setup_osl,\ scp2/writer \ scp2/xsltfilter \ $(if $(filter WNT,$(OS)),\ - $(if $(DISABLE_ACTIVEX),,scp2/activex) \ + scp2/activex \ scp2/quickstart \ scp2/windows \ $(if $(filter MSC,$(COM)),\ diff --git a/scp2/Module_scp2.mk b/scp2/Module_scp2.mk index f06f18509351..f94966bb74a7 100644 --- a/scp2/Module_scp2.mk +++ b/scp2/Module_scp2.mk @@ -31,7 +31,7 @@ $(eval $(call gb_Module_add_targets,scp2,\ InstallScript_sdkoo \ ) \ $(if $(filter WNT,$(OS)),\ - $(if $(DISABLE_ACTIVEX),,InstallModule_activex) \ + InstallModule_activex \ InstallModule_quickstart \ InstallModule_windows \ InstallModule_winexplorerext \ -- cgit