comparison misc/GNUmakefile @ 4806:488698c39bfa stable-1.2

Merge of r4775: updated PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Aug 2012 17:38:12 +0000
parents ad7b9c54301d
children 0275f587e00b
comparison
equal deleted inserted replaced
4805:655a4ef244fa 4806:488698c39bfa
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