comparison misc/GNUmakefile @ 5004:764833756dcd

Updated PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jan 2013 11:38:14 +0000
parents 0156fd6f48fa
children 89eb5932e48d
comparison
equal deleted inserted replaced
5003:82234f3f5ca2 5004:764833756dcd
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.7 10 ZLIB = zlib-1.2.7
11 PCRE = pcre-8.31 11 PCRE = pcre-8.32
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16