zlib 1.0.5

This commit is contained in:
Mark Adler
2011-09-09 23:17:17 -07:00
parent ff11b0a61f
commit ebd3c2c0e7
10 changed files with 61 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
# Makefile for zlib
# Copyright (C) 1995-1996 Jean-loup Gailly.
# Copyright (C) 1995-1998 Jean-loup Gailly.
# For conditions of distribution and use, see copyright notice in zlib.h
# To compile and test, type:
@@ -22,7 +22,7 @@ CFLAGS=-O
LDFLAGS=-L. -lz
LDSHARED=$(CC)
VER=1.0.4
VER=1.0.5
LIBS=libz.a
AR=ar rc