comparison misc/GNUmakefile @ 8011:8a54733c9d12

Updated OpenSSL and zlib used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 May 2022 02:51:49 +0300
parents 8af85c66da94
children 70365b6fe5f4 fc08fa6757e6
comparison
equal deleted inserted replaced
8010:35afae4b3dff 8011:8a54733c9d12
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-1.1.1m 9 OPENSSL = openssl-1.1.1o
10 ZLIB = zlib-1.2.11 10 ZLIB = zlib-1.2.12
11 PCRE = pcre2-10.39 11 PCRE = pcre2-10.39
12 12
13 13
14 release: export 14 release: export
15 15