comparison misc/GNUmakefile @ 9148:f101bccb38e1

Updated OpenSSL used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 15 Aug 2023 18:10:50 +0300
parents 252a7acd35ce
children 782535848b3e
comparison
equal deleted inserted replaced
9147:58afcd72446f 9148:f101bccb38e1
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.1t 9 OPENSSL = openssl-3.0.10
10 ZLIB = zlib-1.2.13 10 ZLIB = zlib-1.2.13
11 PCRE = pcre2-10.39 11 PCRE = pcre2-10.39
12 12
13 13
14 release: export 14 release: export
103 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX) 103 cp -p $(OBJS)/nginx.exe $(TEMP)/$(NGINX)
104 104
105 $(MAKE) -f docs/GNUmakefile changes 105 $(MAKE) -f docs/GNUmakefile changes
106 mv $(TEMP)/$(NGINX)/CHANGES* $(TEMP)/$(NGINX)/docs/ 106 mv $(TEMP)/$(NGINX)/CHANGES* $(TEMP)/$(NGINX)/docs/
107 107
108 cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE \ 108 cp -p $(OBJS)/lib/$(OPENSSL)/LICENSE.txt \
109 $(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE 109 $(TEMP)/$(NGINX)/docs/OpenSSL.LICENSE
110 110
111 cp -p $(OBJS)/lib/$(PCRE)/LICENCE \ 111 cp -p $(OBJS)/lib/$(PCRE)/LICENCE \
112 $(TEMP)/$(NGINX)/docs/PCRE.LICENCE 112 $(TEMP)/$(NGINX)/docs/PCRE.LICENCE
113 113