comparison misc/GNUmakefile @ 4393:f753d0e96ccd

libraries versions updated
author Sergey Budnevitch <sb@waeme.net>
date Tue, 27 Dec 2011 12:39:11 +0000
parents 21c8ea5d4d10
children 4e7865c3cb54
comparison
equal deleted inserted replaced
4392:21c8ea5d4d10 4393:f753d0e96ccd
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.0d 9 OPENSSL = openssl-1.0.0e
10 ZLIB = zlib-1.2.3 10 ZLIB = zlib-1.2.5
11 PCRE = pcre-7.9 11 PCRE = pcre-8.12
12 12
13 13
14 release: 14 release:
15 rm -rf $(TEMP) 15 rm -rf $(TEMP)
16 16