comparison misc/GNUmakefile @ 4774:2493e50a17ea

Updated PCRE used for win32 builds.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 31 Jul 2012 13:13:52 +0000
parents a57537afd6ff
children 117f3284e0de
comparison
equal deleted inserted replaced
4773:7c5024a4fd59 4774:2493e50a17ea
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.5
11 PCRE = pcre-8.30 11 PCRE = pcre-8.31
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16