poco/Data/ODBC/Makefile

20 lines
428 B
Makefile
Raw Normal View History

2012-04-29 18:52:25 +00:00
#
# Makefile
#
# Makefile for Poco ODBC
#
include $(POCO_BASE)/build/rules/global
2012-09-21 05:06:37 +00:00
include ODBC.make
2012-04-29 18:52:25 +00:00
objects = Binder ConnectionHandle Connector EnvironmentHandle \
2012-09-21 05:06:37 +00:00
Extractor ODBCException ODBCMetaColumn ODBCStatementImpl \
2012-04-29 18:52:25 +00:00
Parameter Preparator SessionImpl TypeInfo Unicode Utility
target = PocoDataODBC
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib