comparison misc/GNUmakefile @ 4843:762605076600

Updated zlib used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Sep 2012 13:36:34 +0000
parents d59fff553840
children 0156fd6f48fa
comparison
equal deleted inserted replaced
4842:d59fff553840 4843:762605076600
5 TEMP = tmp 5 TEMP = tmp
6 REPO = $(shell svn info | sed -n 's/^Repository Root: //p') 6 REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
7 7
8 OBJS = objs.msvc8 8 OBJS = objs.msvc8
9 OPENSSL = openssl-1.0.1c 9 OPENSSL = openssl-1.0.1c
10 ZLIB = zlib-1.2.5 10 ZLIB = zlib-1.2.7
11 PCRE = pcre-8.31 11 PCRE = pcre-8.31
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)