comparison misc/GNUmakefile @ 5066:0112e3dcc51b stable-1.2

Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 11 Feb 2013 23:57:13 +0000
parents db9ce6fc9482
children a5f7d455e271
comparison
equal deleted inserted replaced
5064:10f5831cf56e 5066:0112e3dcc51b
4 NGINX = nginx-$(VER) 4 NGINX = nginx-$(VER)
5 TEMP = tmp 5 TEMP = tmp
6 REPO = $(shell svn info | sed -n 's/^Repository Root: //p') 6 REPO = $(shell svn info | sed -n 's/^Repository Root: //p')
7 7
8 OBJS = objs.msvc8 8 OBJS = objs.msvc8
9 OPENSSL = openssl-1.0.1c 9 OPENSSL = openssl-1.0.1e
10 ZLIB = zlib-1.2.7 10 ZLIB = zlib-1.2.7
11 PCRE = pcre-8.31 11 PCRE = pcre-8.32
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16