summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-08-29 12:54:45 -0700
committerAndras Timar <atimar@suse.com>2013-08-29 13:39:39 -0700
commit4b600518e061436fa0384578a1e7b25f44788297 (patch)
tree9f9d932604706a2a3646d2dbfe7183eb4fc2cc08 /Repository.mk
parentf5bafb295559bc3e673ab2aa35e84cb42b9e5f1e (diff)
take out MSI CustomAction dlls from AutoInstall
BINARYTABLE, BINARYTABLE_ONLY flags were not handled Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/Repository.mk b/Repository.mk
index 8c627637e913..3c5239971e51 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -550,14 +550,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
$(if $(DISABLE_ATL),,\
inprocserv \
) \
- $(if $(WINDOWS_SDK_HOME),\
- instooofiltmsi \
- qslnkmsi \
- reg4allmsdoc \
- sdqsmsi \
- sellangmsi \
- sn_tools \
- ) \
) \
))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
@@ -579,16 +571,22 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
fop \
+ instooofiltmsi \
jfregca \
ooofilt \
ooofilt_x64 \
propertyhdl \
propertyhdl_x64 \
+ qslnkmsi \
+ reg4allmsdoc \
regactivex \
regpatchactivex \
+ sdqsmsi \
+ sellangmsi \
shlxthdl \
shlxthdl_x64 \
shlxtmsi \
+ sn_tools \
so_activex \
so_activex_x64 \
sysdtrans \