comparison misc/GNUmakefile @ 5533:24afe114adeb

Updated OpenSSL used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 22 Jan 2014 16:10:13 +0400
parents bd828a14e017
children 02ec169f683f
comparison
equal deleted inserted replaced
5532:17134d29782e 5533:24afe114adeb
3 | sed -e 's/^.*"\(.*\)".*/\1/') 3 | sed -e 's/^.*"\(.*\)".*/\1/')
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 6
7 OBJS = objs.msvc8 7 OBJS = objs.msvc8
8 OPENSSL = openssl-1.0.1e 8 OPENSSL = openssl-1.0.1f
9 ZLIB = zlib-1.2.8 9 ZLIB = zlib-1.2.8
10 PCRE = pcre-8.33 10 PCRE = pcre-8.33
11 11
12 12
13 release: export 13 release: export