comparison misc/GNUmakefile @ 9211:0d9e536ec628

Updated OpenSSL and zlib used for win32 builds.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 14 Feb 2024 15:55:42 +0400
parents 782535848b3e
children 1bc938b270dc
comparison
equal deleted inserted replaced
9210:4ed4e1e7f115 9211:0d9e536ec628
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 6
7 CC = cl 7 CC = cl
8 OBJS = objs.msvc8 8 OBJS = objs.msvc8
9 OPENSSL = openssl-3.0.11 9 OPENSSL = openssl-3.0.13
10 ZLIB = zlib-1.3 10 ZLIB = zlib-1.3.1
11 PCRE = pcre2-10.39 11 PCRE = pcre2-10.39
12 12
13 13
14 release: export 14 release: export
15 15