diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 10:33:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-26 10:40:16 +0100 |
commit | d4a4d0e978d1808aaee696381642887a6e6f63d7 (patch) | |
tree | 512899e56a365bc1793dd93eced56164c8e34277 /postprocess | |
parent | 8468945322b72ddadbe42584b9bba395c1e5bb7e (diff) |
remove svtools bitmaps from .src files
Change-Id: I13280315c2af2277d5c8d31c079075337b2c8f82
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_images.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk index 6a51612653c6..be74d4a28c75 100644 --- a/postprocess/CustomTarget_images.mk +++ b/postprocess/CustomTarget_images.mk @@ -62,6 +62,7 @@ $(packimages_DIR)/sourceimagelist.ilst : \ $(SRCDIR)/framework/inc/bitmaps.hlst \ $(SRCDIR)/reportdesign/inc/bitmaps.hlst \ $(SRCDIR)/sfx2/inc/bitmaps.hlst \ + $(SRCDIR)/svtools/inc/bitmaps.hlst \ $(SRCDIR)/vcl/inc/bitmaps.hlst \ $(SRCDIR)/xmlsecurity/inc/bitmaps.hlst grep res $^ | cut -d'"' -f2 | sed "s/^/%MODULE%\//" | sed "s/%MODULE%.res/%GLOBALRES%/g" > $@ |