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.
This commit is contained in:
Maxim Dounin
2013-08-23 22:54:08 +04:00
parent 4ef185789e
commit d5591e914e
4 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ TEMP = tmp
OBJS = objs.msvc8
OPENSSL = openssl-1.0.1e
ZLIB = zlib-1.2.8
PCRE = pcre-8.32
PCRE = pcre-8.33
release: export