/external/libpng/projects/cbuilder5/ |
zlib.readme.txt | 2 explicitly build zlib. By taking this decision, there is no need 4 the list of zlib source files. After all, this list is private to 5 zlib, and applications (such as libpng) should not assume anything 8 If you wish to contribute a project that builds zlib under Borland 9 C++ Builder, please submit it to the zlib developers, not to the 12 By default, the libpng project uses zlib as a static library. If 13 you wish to use zlib as a DLL, please read the important notes from 14 the zlib DLL FAQ, found inside the zlib distribution.
|
libpng.readme.txt | 5 1). Install zlib in a directory at the same level with libpng. 7 2). In a console window, go to the zlib directory and type: 10 zlib.lib in the zlib directory. 18 5). If the build fails, add the paths to png.h and zlib.h to 21 By default, the libpng project uses zlib as a static library. If 22 you wish to use zlib as a DLL, please read the important notes from 23 the zlib DLL FAQ, found inside the zlib distribution.
|
/external/zlib/as400/ |
readme.txt | 0 ZLIB version 1.2.3 for AS400 installation instructions 9 _ Create the ZLIB AS400 library: 11 CRTLIB LIB(ZLIB) TYPE(PROD) TEXT('ZLIB compression API library') 15 CRTSAVF FILE(ZLIB/ZLIBSAVF) 24 2) Populating the ZLIB AS400 source library 28 _ Extract the saved objects into the ZLIB AS400 library using: 30 RSTOBJ OBJ(*ALL) SAVLIB(ZLIB) DEV(*SAVF) SAVF(ZLIB/ZLIBSAVF) RSTLIB(ZLIB) [all...] |
/external/zlib/win32/ |
VisualC.txt | 2 To build zlib using the Microsoft Visual C++ environment,
|
/external/zlib/contrib/ada/ |
readme.txt | 0 ZLib for Ada thick binding (ZLib.Ada) 4 ZLib.Ada is a thick binding interface to the popular ZLib data 5 compression library, available at http://www.gzip.org/zlib/. 6 It provides Ada-style access to the ZLib C library. 9 Here are the main changes since ZLib.Ada 1.2: 11 - Attension: ZLib.Read generic routine have a initialization requirement 16 - Added Is_Open routines to ZLib and ZLib.Streams packages [all...] |
zlib-thin.ads | 2 -- ZLib for Ada thick binding. -- 6 -- Open source license information is in the zlib.ads file. -- 9 -- $Id: zlib-thin.ads,v 1.11 2004/07/23 06:33:11 vagul Exp $ 15 private package ZLib.Thin is 54 Z_NO_FLUSH : constant := 8#0000#; -- zlib.h:125 55 -- zlib.h:125 56 Z_PARTIAL_FLUSH : constant := 1; -- zlib.h:126 59 -- zlib.h:126 60 Z_SYNC_FLUSH : constant := 2; -- zlib.h:127 61 -- zlib.h:12 [all...] |
/external/zlib/old/ |
descrip.mms | 1 # descrip.mms: MMS description file for building zlib on VMS 33 adler32.obj : zutil.h zlib.h zconf.h 34 compress.obj : zlib.h zconf.h 35 crc32.obj : zutil.h zlib.h zconf.h 36 deflate.obj : deflate.h zutil.h zlib.h zconf.h 37 example.obj : zlib.h zconf.h 38 gzio.obj : zutil.h zlib.h zconf.h 39 infblock.obj : zutil.h zlib.h zconf.h infblock.h inftrees.h infcodes.h infutil.h 40 infcodes.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h infcodes.h inffast.h 41 inffast.obj : zutil.h zlib.h zconf.h inftrees.h infutil.h inffast. [all...] |
README | 1 This directory contains files that have not been updated for zlib 1.2.x
|
/external/zlib/amiga/ |
Makefile.pup | 44 zip -ul9 zlib README ChangeLog Makefile Make????.??? Makefile.?? \ 48 cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \ 49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch [all...] |
/external/libpng/projects/visualc6/ |
libpng.dsw | 15 Project_Dep_Name zlib
36 Project: "zlib"="..\..\..\zlib\projects\visualc6\zlib.dsp" - Package Owner=<4>
|
/external/zlib/contrib/delphi/ |
ZLibConst.pas | 6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzio.obj: gzio.c zutil.h zlib.h zconf.h 43 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ 46 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |
/external/zlib/contrib/untgz/ |
Makefile.msc | 4 untgz.exe: untgz.obj ..\..\zlib.lib 5 $(CC) $(CFLAGS) untgz.obj ..\..\zlib.lib 7 untgz.obj: untgz.c ..\..\zlib.h 10 ..\..\zlib.lib:
|
/external/zlib/projects/visualc6/ |
zlib.dsw | 15 Project_Dep_Name zlib
30 Project_Dep_Name zlib
36 Project: "zlib"=.\zlib.dsp - Package Owner=<4>
|
/external/libpng/contrib/pngminim/decoder/ |
README | 3 To build a minimal read-only decoder with embedded libpng and zlib, run 5 gather.sh # to collect needed files from pngminus, libpng, and zlib
|
gather.sh | 6 # change the following 2 lines if zlib is somewhere else 7 cp ../../../../zlib/*.h . 8 cp ../../../../zlib/*.c .
|
/external/libpng/contrib/pngminim/encoder/ |
README | 3 To build a minimal write-only decoder with embedded libpng and zlib, run 5 gather.sh # to collect needed files from pngminus, libpng, and zlib
|
gather.sh | 6 # Change the next 2 lines if zlib is somewhere else. 7 cp ../../../../zlib/*.h . 8 cp ../../../../zlib/*.c .
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 1 # Makefile for zlib 3 # Updated for zlib 1.2.x by Cosmin Truta 19 ZLIB_LIB = zlib.lib 33 adler32.obj: adler32.c zlib.h zconf.h 35 compress.obj: compress.c zlib.h zconf.h 37 crc32.obj: crc32.c zlib.h zconf.h crc32.h 39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h 41 gzio.obj: gzio.c zutil.h zlib.h zconf.h 43 infback.obj: infback.c zutil.h zlib.h zconf.h inftrees.h inflate.h \ 46 inffast.obj: inffast.c zutil.h zlib.h zconf.h inftrees.h inflate.h [all...] |
/external/libpng/projects/visualc71/ |
README_zlib.txt | 2 It is expected to be part of the next zlib release under 5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib. 9 For conditions of distribution and use, see copyright notice in zlib.h. 15 Open "zlib.sln". 20 binaries set "zlib" as the startup project (Select "zlib" tree view item + 34 This project builds the zlib binaries as follows: 40 * Win32_LIB_Release\zlib.lib static build 42 * Win32_LIB_ASM_Release\zlib.lib static build using ASM code
|
zlib.vcproj | 5 Name="zlib">
13 OutputDirectory=".\Win32_DLL_Release\ZLib"
14 IntermediateDirectory=".\Win32_DLL_Release\ZLib"
19 AdditionalIncludeDirectories="..\..\..\zlib"
32 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def"/>
58 OutputDirectory=".\Win32_DLL_Debug\ZLib"
59 IntermediateDirectory=".\Win32_DLL_Debug\ZLib"
64 AdditionalIncludeDirectories="..\..\..\zlib"
76 ModuleDefinitionFile="..\..\..\zlib\win32\zlib.def" [all...] |
/system/core/libzipfile/ |
Android.mk | 15 LOCAL_C_INCLUDES += external/zlib 31 LOCAL_C_INCLUDES += external/zlib 46 LOCAL_C_INCLUDES += external/zlib
|
/external/zlib/ |
zlib.3 | 1 .TH ZLIB 3 "18 July 2005" 3 zlib \- compression/decompression library 6 .I zlib.h 10 .I zlib 36 .IR zlib.h . 49 .I zlib 55 .IR zlib , 63 .IR zlib , 67 http://www.python.org/doc/lib/module-zlib.html 70 .I zlib [all...] |
/bootable/recovery/minui/ |
Android.mk | 8 external/zlib
|
/external/qemu/distrib/ |
Makefile | 1 ZLIB_VERSION := zlib-1.2.3
|