Updated ZLIB plugin to version 1.2.3 (reportedly an important security fix)

git-svn-id: svn://ultimatepp.org/upp/trunk@749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2009-01-15 19:26:16 +00:00
parent 2d7fb3ee62
commit 1167eca8e0
35 changed files with 5840 additions and 3922 deletions

View file

@ -0,0 +1,28 @@
# $Id: makefile.vc 10656 2007-01-19 01:31:01Z mloskot $
#
# Makefile to build zlib using NMAKE and Visual C++ compiler.
#
OBJ = \
adler32.obj \
compress.obj \
crc32.obj \
deflate.obj \
gzio.obj \
infback.obj \
inffast.obj \
inflate.obj \
inftrees.obj \
trees.obj \
uncompr.obj \
zutil.obj
GDAL_ROOT = ..\..
!INCLUDE $(GDAL_ROOT)\nmake.opt
default: $(OBJ)
xcopy /D /Y *.obj ..\o
clean:
-del *.obj