mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
9e8e627347
- row formatting refactored - affected row count for insert, delete and update returned from Statement::execute() - internal SQL string formatting capability using Poco::format()
24 lines
705 B
Makefile
24 lines
705 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Data/Makefile#11 $
|
|
#
|
|
# Makefile for Poco Data
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = AbstractBinder AbstractBinding AbstractExtraction \
|
|
AbstractExtractor AbstractPreparation AbstractPrepare ArchiveStrategy \
|
|
Bulk Connector BLOB BLOBStream DataException Date Limit MetaColumn \
|
|
PooledSessionHolder PooledSessionImpl Position \
|
|
Range RecordSet Row RowFormatter RowIterator \
|
|
SimpleRowFormatter Session SessionFactory SessionImpl \
|
|
SessionPool SQLChannel Statement StatementCreator StatementImpl Time
|
|
|
|
target = PocoData
|
|
target_version = $(LIBVERSION)
|
|
target_libs = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|