mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 22:56:19 +01:00
Merge pull request #1148 from swt2c/samples_link_json
Some of the samples need to link with PocoJSON
This commit is contained in:
commit
d148a8a1f4
@ -12,6 +12,6 @@ objects = Mail
|
|||||||
|
|
||||||
target = Mail
|
target = Mail
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
@ -12,6 +12,6 @@ objects = dict
|
|||||||
|
|
||||||
target = dict
|
target = dict
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
@ -12,6 +12,6 @@ objects = download
|
|||||||
|
|
||||||
target = download
|
target = download
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
@ -12,6 +12,6 @@ objects = httpget
|
|||||||
|
|
||||||
target = httpget
|
target = httpget
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/exec
|
include $(POCO_BASE)/build/rules/exec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user