Home
last modified time | relevance | path

Searched refs:minizip (Results 1 – 18 of 18) sorted by relevance

/external/zlib/src/contrib/minizip/
DMakefile5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a
10 all: miniunz minizip
15 minizip: $(ZIP_OBJS) target
18 test: miniunz minizip
19 ./minizip test readme.txt
25 /bin/rm -f *.o *~ minizip miniunz
DMakefile.am4 bin_PROGRAMS = miniunzip minizip program
27 minizip_includedir = $(includedir)/minizip
37 pkgconfig_DATA = minizip.pc
39 EXTRA_PROGRAMS = miniunzip minizip program
44 minizip_SOURCES = minizip.c
Dconfigure.ac4 AC_INIT([minizip], [1.2.11], [bugzilla.redhat.com]) package
5 AC_CONFIG_SRCDIR([minizip.c])
31 AC_CONFIG_FILES([Makefile minizip.pc])
Dmake_vms.com16 $ cc/include=[--]/prefix=all minizip.c
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
20 $ mcr []minizip test minizip_info.txt
Dminizip.pc.in4 includedir=@includedir@/minizip
6 Name: minizip pkg
DMiniZip64_info.txt5 MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.h…
7 When adding ZIP64 support into minizip it would result into risk of breaking compatibility with min…
14 support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )
/external/zlib/src/contrib/
DREADME.contrib58 minizip/ by Gilles Vollant <info@winimage.com>
61 See http://www.winimage.com/zLibDll/minizip.html
77 Building a minizip-enhanced zlib with Microsoft Visual Studio
/external/python/cpython2/Modules/zlib/
DChangeLog16 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
48 - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
96 - Fix types in contrib/minizip to match result of get_crc_table()
106 - Add man pages for minizip and miniunzip
148 - Fix contrib/minizip compilation in the MinGW environment
166 - Minor cleanup in contrib/minizip/zip.c [Vollant]
175 - Fix configure.ac for contrib/minizip [Schiffer]
176 - Fix large-entry detection in minizip on 64-bit systems [Schiffer]
179 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
180 - Fix compilation of contrib/minizip on FreeBSD [Marquez]
[all …]
DREADME53 contrib/minizip directory of zlib.
DFAQ77 Not by itself, no. See the directory contrib/minizip in the zlib
347 There are no zip functions in zlib. You are probably using minizip by
/external/zlib/src/
DChangeLog16 - Fix contrib/minizip to permit unzipping with desktop API [Zouzou]
48 - Update contrib/minizip/iowin32.c for Windows RT [Vollant]
96 - Fix types in contrib/minizip to match result of get_crc_table()
106 - Add man pages for minizip and miniunzip
148 - Fix contrib/minizip compilation in the MinGW environment
166 - Minor cleanup in contrib/minizip/zip.c [Vollant]
175 - Fix configure.ac for contrib/minizip [Schiffer]
176 - Fix large-entry detection in minizip on 64-bit systems [Schiffer]
179 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]
180 - Fix compilation of contrib/minizip on FreeBSD [Marquez]
[all …]
DREADME53 contrib/minizip directory of zlib.
DFAQ77 Not by itself, no. See the directory contrib/minizip in the zlib
347 There are no zip functions in zlib. You are probably using minizip by
/external/zlib/src/contrib/vstudio/
Dreadme.txt4 This directory contains projects that build zlib and minizip using
59 includes the minizip functionality. If your application needs that
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.sln12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4…
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.sln15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-41…
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.sln12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4…
/external/zlib/src/win32/
DDLL_FAQ.txt200 with the ZLIB_WINAPI macro turned on, and with the minizip