mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Add JSONConfiguration
This commit is contained in:
parent
dc42208ee8
commit
3c22203119
@ -15,7 +15,7 @@ objects = AbstractConfiguration Application ConfigurationMapper \
|
|||||||
PropertyFileConfiguration Subsystem SystemConfiguration \
|
PropertyFileConfiguration Subsystem SystemConfiguration \
|
||||||
XMLConfiguration FilesystemConfiguration ServerApplication \
|
XMLConfiguration FilesystemConfiguration ServerApplication \
|
||||||
Validator IntValidator RegExpValidator OptionCallback \
|
Validator IntValidator RegExpValidator OptionCallback \
|
||||||
Timer TimerTask
|
Timer TimerTask JSONConfiguration
|
||||||
|
|
||||||
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
|
ifeq ($(findstring MinGW, $(POCO_CONFIG)), MinGW)
|
||||||
objects += WinService WinRegistryKey WinRegistryConfiguration
|
objects += WinService WinRegistryKey WinRegistryConfiguration
|
||||||
@ -23,6 +23,6 @@ endif
|
|||||||
|
|
||||||
target = PocoUtil
|
target = PocoUtil
|
||||||
target_version = $(LIBVERSION)
|
target_version = $(LIBVERSION)
|
||||||
target_libs = PocoFoundation PocoXML
|
target_libs = PocoFoundation PocoXML PocoJSON
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/lib
|
include $(POCO_BASE)/build/rules/lib
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
Foundation
|
Foundation
|
||||||
XML
|
XML
|
||||||
|
JSON
|
||||||
|
Loading…
Reference in New Issue
Block a user