mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
2d7fb3ee62
commit
1167eca8e0
35 changed files with 5840 additions and 3922 deletions
28
uppsrc/plugin/z/lib/makefile.vc
Normal file
28
uppsrc/plugin/z/lib/makefile.vc
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue