diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-09-28 18:14:51 +0200 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-10-11 13:56:22 +0200 |
commit | 2da3bb5c36fd8bf635ea3ac1a3db8eb1ea91a04c (patch) | |
tree | d969742a1f15e670c002322897d661776d02f60b /comphelper/Library_comphelper.mk | |
parent | 7db23b6346ff601449e8017fd585e9fbc295ed34 (diff) |
profilesafe: Added zip deflate/inflate
Stack of files can now deflate/inflate using zip
library, unfortunately have to use direct due to
Deflater/Inflater not being available, had to add
linking against zip.lib. Checked compressed and
uncompressed creation/usage of backup stack. Also
warnings and clang errors corrected.
Change-Id: Ieb059baeea323bb48ec5b1cf6b8df09da97cfb93
Diffstat (limited to 'comphelper/Library_comphelper.mk')
-rw-r--r-- | comphelper/Library_comphelper.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk index 59869a7a393f..344e186ba0b1 100644 --- a/comphelper/Library_comphelper.mk +++ b/comphelper/Library_comphelper.mk @@ -40,6 +40,7 @@ $(eval $(call gb_Library_use_externals,comphelper,\ boost_headers \ icuuc \ icu_headers \ + zlib \ )) $(eval $(call gb_Library_use_libraries,comphelper,\ |