mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 07:37:13 +02:00
Update POCO library.
This commit is contained in:
14
vendor/POCO/Foundation/Makefile
vendored
14
vendor/POCO/Foundation/Makefile
vendored
@ -35,15 +35,17 @@ objects = ArchiveStrategy Ascii ASCIIEncoding AsyncChannel \
|
||||
zlib_objects = adler32 compress crc32 deflate \
|
||||
infback inffast inflate inftrees trees zutil
|
||||
|
||||
pcre_objects = pcre_config pcre_chartables pcre_compile pcre_globals pcre_maketables \
|
||||
pcre_study pcre_byte_order pcre_valid_utf8 pcre_dfa_exec pcre_get pcre_jit_compile\
|
||||
pcre_exec pcre_ord2utf8 pcre_newline pcre_fullinfo pcre_xclass pcre_refcount pcre_string_utils \
|
||||
pcre_version
|
||||
pcre_objects = pcre2_auto_possess pcre2_chartables pcre2_compile pcre2_config \
|
||||
pcre2_context pcre2_convert pcre2_dfa_match pcre2_error pcre2_extuni \
|
||||
pcre2_find_bracket pcre2_jit_compile pcre2_maketables pcre2_match \
|
||||
pcre2_match_data pcre2_newline pcre2_ord2utf pcre2_pattern_info \
|
||||
pcre2_script_run pcre2_serialize pcre2_string_utils pcre2_study pcre2_substitute \
|
||||
pcre2_substring pcre2_tables pcre2_ucd pcre2_valid_utf pcre2_xclass
|
||||
|
||||
pcre_utf8_objects = pcre_ucd pcre_tables
|
||||
pcre_utf8_objects = pcre2_ucd pcre2_tables
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lpcre -lz
|
||||
SYSLIBS += -lpcre2-8 -lz
|
||||
objects += $(pcre_utf8_objects)
|
||||
else
|
||||
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
|
||||
|
Reference in New Issue
Block a user