mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 17:25:03 +02:00
GH 42: Linux unbundled builds don't link
GH #42: Linux unbundled builds don't link
This commit is contained in:
parent
3ace867b6d
commit
79838aa76d
@ -33,6 +33,8 @@ Release 1.5.1 (2012-12-25)
|
||||
- added SQLite::Utility::isThreadSafe() function
|
||||
- added SQLite::Utility::setThreadMode(int mode) function
|
||||
- fixed GH #41: Buffer::resize crash
|
||||
- fixed GH #42: Linux unbundled builds don't link
|
||||
- fixed GH #44: Problems with win x64 build
|
||||
|
||||
|
||||
Release 1.5.0 (2012-10-14)
|
||||
|
@ -10,6 +10,10 @@ 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 PocoFoundation
|
||||
|
@ -12,6 +12,10 @@ objects = Page PageReader \
|
||||
CodeWriter ApacheCodeWriter OSPCodeWriter \
|
||||
PageCompiler
|
||||
|
||||
ifdef POCO_UNBUNDLED
|
||||
SYSLIBS += -lz -lpcre -lexpat
|
||||
endif
|
||||
|
||||
target = cpspc
|
||||
target_version = 1
|
||||
target_libs = PocoNet PocoUtil PocoXML PocoFoundation
|
||||
|
Loading…
x
Reference in New Issue
Block a user