HomeSort by relevance Sort by last modified time
    Searched full:zdir (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/gregbook/
Makefile.unx 39 ZDIR = /usr/local/lib
40 #ZDIR = /usr/lib64
42 ZLIBd = -L$(ZDIR) -lz # dynamically linked against zlib
43 ZLIBs = $(ZDIR)/libz.a # statically linked against zlib
45 #ZDIR = ../zlib
46 #ZINC = -I$(ZDIR)
47 #ZLIBd = -Wl,-rpath,$(ZDIR) -L$(ZDIR) -lz # -rpath allows in-place testing
48 #ZLIBs = $(ZDIR)/libz.a
Makefile.mingw32 17 # (as indicated by the PNGDIR and ZDIR macros below). It makes no assumptions
34 #ZDIR = ../../../zlib-win32# for libpng-x.y.z/contrib/gregbook builds
35 ZDIR = ../zlib-win32
36 ZINC = -I$(ZDIR)
37 ZLIBd = $(ZDIR)/libzdll.a
38 ZLIBs = $(ZDIR)/libz.a

Completed in 559 milliseconds