unbundled build fixes

This commit is contained in:
alex
2013-01-05 00:04:09 -06:00
parent 8a44e75187
commit 161ea4ec18
32 changed files with 144 additions and 18 deletions

View File

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