comparison misc/GNUmakefile @ 4425:da3e1be1915a

Update OpenSSL and PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 30 Jan 2012 13:47:03 +0000
parents 4e7865c3cb54
children e954f40fc28b
comparison
equal deleted inserted replaced
4424:aacd7356c197 4425:da3e1be1915a
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
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.0f 9 OPENSSL = openssl-1.0.0g
10 ZLIB = zlib-1.2.5 10 ZLIB = zlib-1.2.5
11 PCRE = pcre-8.12 11 PCRE = pcre-8.21
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16