ultimatepp/uppsrc/plugin/z/lib/makefile.vc
rylek 1167eca8e0 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
2009-01-15 19:26:16 +00:00

28 lines
452 B
Text

# $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