diff options
Diffstat (limited to 'zlib/Makefile')
-rw-r--r-- | zlib/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/zlib/Makefile b/zlib/Makefile index 6bba86c73..69371a621 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -1,5 +1,8 @@ -all: - -@echo "Please use ./configure first. Thank you." +SHAREDLIB=zlib1 +DEFFILE = win32\zlib.def +DEFINES += ZLIB_DLL + +CSRCS = adler32.c compress.c crc32.c uncompr.c deflate.c trees.c \ + zutil.c inflate.c infback.c inftrees.c inffast.c gzlib.c \ + gzclose.c gzread.c gzwrite.c -distclean: - make -f Makefile.in distclean |