comparison misc/GNUmakefile @ 4453:8cca7b5bd21f stable-1.0

Updated libs used for win32 builds.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Feb 2012 11:40:10 +0000
parents f9b3061e0f31
children d2a1647fd2ca
comparison
equal deleted inserted replaced
4452:ed05b25a721f 4453:8cca7b5bd21f
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-0.9.8r 9 OPENSSL = openssl-0.9.8t
10 ZLIB = zlib-1.2.3 10 ZLIB = zlib-1.2.5
11 PCRE = pcre-7.9 11 PCRE = pcre-8.21
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16