comparison auto/lib/pcre/makefile.owc @ 5343:bd828a14e017

Updated PCRE used for win32 builds. As of PCRE 8.33, config.h.generic no longer contains boolean macros. Two of them (SUPPORT_PCRE8 and HAVE_MEMMOVE) were added to appropriate makefiles. This allows PCRE 8.33 to compile and don't change anything for previous versions.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Aug 2013 22:54:08 +0400
parents d620f497c50f
children 670ceaba03d8
comparison
equal deleted inserted replaced
5342:b3f6290a9401 5343:bd828a14e017
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 # Copyright (C) Nginx, Inc. 3 # Copyright (C) Nginx, Inc.
4 4
5 5
6 CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT) 6 CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
7 PCREFLAGS = -DHAVE_CONFIG_H -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 7 PCREFLAGS = -DHAVE_CONFIG_H -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 \
8 -DSUPPORT_PCRE8 -DHAVE_MEMMOVE
8 9
9 10
10 pcre.lib: 11 pcre.lib:
11 cd $(PCRE) 12 cd $(PCRE)
12 13