comparison misc/GNUmakefile @ 5276:02a861428c3d stable-1.4

Updated zlib used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 04 Jun 2013 16:16:51 +0400
parents c248b0071507
children 1d0523f54a9f 64d4837c9541
comparison
equal deleted inserted replaced
5275:1b70200d83e3 5276:02a861428c3d
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.1e
9 ZLIB = zlib-1.2.7 9 ZLIB = zlib-1.2.8
10 PCRE = pcre-8.32 10 PCRE = pcre-8.32
11 11
12 12
13 release: export 13 release: export
14 14