HomeSort by relevance Sort by last modified time
    Searched refs:ZLIB_LIB (Results 1 - 8 of 8) sorted by null

  /external/zlib/src/watcom/
watcom_l.mak 20 ZLIB_LIB = zlib_l.lib
25 all: $(ZLIB_LIB) example.exe minigzip.exe
27 $(ZLIB_LIB): $(OBJS)
28 wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj
29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
31 wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -fe=example.exe example.obj $(ZLIB_LIB)
    [all...]
watcom_f.mak 20 ZLIB_LIB = zlib_f.lib
25 all: $(ZLIB_LIB) example.exe minigzip.exe
27 $(ZLIB_LIB): $(OBJS)
28 wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj
29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
31 wlib -b -c $(ZLIB_LIB) -+inffast.obj -+inflate.obj -+inftrees.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
34 example.exe: $(ZLIB_LIB) example.obj
35 $(LINKER) -ldos32a -fe=example.exe example.obj $(ZLIB_LIB)
    [all...]
  /external/zlib/src/contrib/delphi/
zlibd32.mak 19 ZLIB_LIB = zlib.lib
28 all: $(ZLIB_LIB) example.exe minigzip.exe
73 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
74 -del $(ZLIB_LIB)
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
84 example.exe: example.obj $(ZLIB_LIB)
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
    [all...]
  /external/zlib/src/contrib/pascal/
zlibd32.mak 19 ZLIB_LIB = zlib.lib
28 all: $(ZLIB_LIB) example.exe minigzip.exe
73 $(ZLIB_LIB): $(OBJ1) $(OBJ2)
74 -del $(ZLIB_LIB)
75 $(AR) $(ZLIB_LIB) $(OBJP1)
76 $(AR) $(ZLIB_LIB) $(OBJP2)
84 example.exe: example.obj $(ZLIB_LIB)
85 $(LD) $(LDFLAGS) example.obj $(ZLIB_LIB)
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
    [all...]
  /external/curl/packages/OS400/
make-lib.sh 130 then CMD="${CMD} ${ZLIB_LIB}/${ZLIB_BNDDIR}"
131 liblist -a "${ZLIB_LIB}"
initscript.sh 60 setenv ZLIB_LIB 'ZLIB' # ZLIB library.
  /external/libxml2/os400/
make-src.sh 216 then CMD="${CMD} (${ZLIB_LIB}/${ZLIB_BNDDIR})"
259 then CMD="${CMD} (${ZLIB_LIB}/${ZLIB_BNDDIR})"
316 then CMD="${CMD} (${ZLIB_LIB}/${ZLIB_BNDDIR})"
initscript.sh 100 setenv ZLIB_LIB 'ZLIB' # ZLIB library.

Completed in 184 milliseconds