diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-03 13:39:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-04 16:56:59 +0200 |
commit | d70da0b9e24991f8d58e83f53dbbf5b58c721f43 (patch) | |
tree | ba172e1e9e47926d0034877e926194b0a5b69e80 /bin/update_pch | |
parent | e6eeecbe72a1d0e305369b103f05da887ca99016 (diff) |
reduce number of framework libraries
Change-Id: If2bf85301eb1523a636d031f6e5a9f78cb1ee06b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97871
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-x | bin/update_pch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/update_pch b/bin/update_pch index 00cd50681daa..0dd9d62d34da 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -76,8 +76,6 @@ DEFAULTS = \ 'drawinglayer.drawinglayer' : ( 4, EXCLUDE, EXCLUDE, EXCLUDE), # 7.4 'editeng.editeng' : ( 5, EXCLUDE, INCLUDE, EXCLUDE), # 13.0 'forms.frm' : ( 2, EXCLUDE, EXCLUDE, EXCLUDE), # 14.2 - 'framework.fwe' : (10, EXCLUDE, INCLUDE, EXCLUDE), # 5.5 - 'framework.fwi' : ( 9, EXCLUDE, INCLUDE, EXCLUDE), # 3.4 'framework.fwk' : ( 7, EXCLUDE, INCLUDE, INCLUDE), # 14.8 'framework.fwl' : ( 5, EXCLUDE, INCLUDE, INCLUDE), # 5.1 'hwpfilter.hwp' : ( 3, EXCLUDE, INCLUDE, INCLUDE), # 6.0 |