diff options
author | Andras Timar <atimar@suse.com> | 2013-08-29 12:54:45 -0700 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-08-29 13:39:39 -0700 |
commit | 4b600518e061436fa0384578a1e7b25f44788297 (patch) | |
tree | 9f9d932604706a2a3646d2dbfe7183eb4fc2cc08 /Repository.mk | |
parent | f5bafb295559bc3e673ab2aa35e84cb42b9e5f1e (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.mk | 14 |
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 \ |