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 \
|
2022-07-07 11:18:20 +02:00
|
|
|
Parameter Preparator SessionImpl TypeInfo Unicode Utility
|
2012-04-29 20:52:25 +02:00
|
|
|
|
2023-11-02 22:27:17 +01:00
|
|
|
target_includes = $(POCO_BASE)/Data/testsuite/include
|
2023-11-01 00:25:21 +01:00
|
|
|
|
2012-04-29 20:52:25 +02:00
|
|
|
target = PocoDataODBC
|
|
|
|
target_version = $(LIBVERSION)
|
|
|
|
target_libs = PocoData PocoFoundation
|
|
|
|
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|