restore adding pcre_utf8_objects when build unbundled poco

This commit is contained in:
Francis ANDRE 2017-03-29 17:36:33 +02:00
parent 7611c56cff
commit ad5e674e1f
2 changed files with 1 additions and 4 deletions

View File

@ -46,6 +46,7 @@ pcre_utf8_objects = pcre_ucd pcre_tables
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre -lz
objects += $(pcre_utf8_objects)
else
objects += $(zlib_objects) $(pcre_objects) $(pcre_utf8_objects)
endif

View File

@ -10,10 +10,6 @@ include $(POCO_BASE)/build/rules/global
objects = File2Page
ifdef POCO_UNBUNDLED
SYSLIBS += -lz -lpcre -lexpat
endif
target = f2cpsp
target_version = 1
target_libs = PocoUtil PocoXML PocoJSON PocoFoundation