summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorfredrossperry <fredrossperry@gmail.com>2015-12-15 16:52:41 -0800
committerfredrossperry <fredrossperry@gmail.com>2015-12-15 17:30:31 -0800
commit15ce2165cc01dabc5a670407e00a0b704da0ee2f (patch)
tree41f1b615012473e4a20c2e997560e11d87f0d12e /Makethird
parenta093a75e3b7107f33a21398013fd085aa29e1bb0 (diff)
downloadmupdf-15ce2165cc01dabc5a670407e00a0b704da0ee2f.tar.xz
muPDF iOS app: Support for the latest (3.4.1) Crashlytics.
- added four zlib files to Makethird that contain functions needed by the new version. - added -Wno-implicit-function-declaration so these new files, which contain some implicit declarations, would build for iOS - added a section to Info.plist that holds the new API key, with an invalid value that the release build script will fill in. - changes to MuAppDelegate for the new version. <log></log>
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 6cc53cfb..70cce88f 100644
--- a/Makethird
+++ b/Makethird
@@ -281,6 +281,10 @@ ZLIB_SRC := \
trees.c \
uncompr.c \
zutil.c \
+ gzlib.c \
+ gzwrite.c \
+ gzclose.c \
+ gzread.c \
$(ZLIB_LIB): $(addprefix $(ZLIB_OUT)/, $(ZLIB_SRC:%.c=%.o))
$(ZLIB_OUT):