comparison misc/GNUmakefile @ 4526:e954f40fc28b

Updated OpenSSL and PCRE used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 15 Mar 2012 01:57:09 +0000
parents da3e1be1915a
children 3fd9155f9534
comparison
equal deleted inserted replaced
4525:3ac1c784be40 4526:e954f40fc28b
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.0g 9 OPENSSL = openssl-1.0.0h
10 ZLIB = zlib-1.2.5 10 ZLIB = zlib-1.2.5
11 PCRE = pcre-8.21 11 PCRE = pcre-8.30
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16