comparison misc/GNUmakefile @ 9180:782535848b3e

Updated OpenSSL and zlib used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 23 Oct 2023 21:50:26 +0300
parents f101bccb38e1
children 0d9e536ec628
comparison
equal deleted inserted replaced
9179:ea1f29c2010c 9180:782535848b3e
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.10 9 OPENSSL = openssl-3.0.11
10 ZLIB = zlib-1.2.13 10 ZLIB = zlib-1.3
11 PCRE = pcre2-10.39 11 PCRE = pcre2-10.39
12 12
13 13
14 release: export 14 release: export
15 15