poco/Data/ODBC/Makefile

20 lines
428 B
Makefile
Raw Normal View History

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