ultimatepp/bazaar/plugin/gdal/frmts/zlib/makefile.vc
cxl 23ff1e7e82 .gdal moved to bazaar
git-svn-id: svn://ultimatepp.org/upp/trunk@9273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-12-07 13:36:24 +00:00

30 lines
493 B
Text

# $Id: makefile.vc 21680 2011-02-11 21:12:07Z warmerdam $
#
# 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
EXTRAFLAGS = $(SOFTWARNFLAGS) /wd4131
default: $(OBJ)
xcopy /D /Y *.obj ..\o
clean:
-del *.obj