mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-24 06:04:15 +01:00
PCRE 8.35.0 Update
- Updated to PCRE 8.35 (latest, 2014-04-04) - Updated Build files with new files and removed those that have changed. - Configured like previous configuration.
This commit is contained in:
@@ -47,6 +47,8 @@ if (POCO_UNBUNDLED)
|
||||
else()
|
||||
# pcre
|
||||
POCO_SOURCES( SRCS pcre
|
||||
src/pcre_config.c
|
||||
src/pcre_byte_order.c
|
||||
src/pcre_chartables.c
|
||||
src/pcre_compile.c
|
||||
src/pcre_exec.c
|
||||
@@ -57,7 +59,12 @@ else()
|
||||
src/pcre_ord2utf8.c
|
||||
src/pcre_study.c
|
||||
src/pcre_tables.c
|
||||
src/pcre_try_flipped.c
|
||||
src/pcre_dfa_exec.c
|
||||
src/pcre_get.c
|
||||
src/pcre_jit_compile.c
|
||||
src/pcre_refcount.c
|
||||
src/pcre_string_utils.c
|
||||
src/pcre_version.c
|
||||
src/pcre_ucd.c
|
||||
src/pcre_valid_utf8.c
|
||||
src/pcre_xclass.c
|
||||
|
||||
Reference in New Issue
Block a user