1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
#
# Makefile
#
# Makefile for Poco ODBC
#
include $(POCO_BASE)/build/rules/global
include ODBC.make
objects = Binder ConnectionHandle Connector EnvironmentHandle \
Extractor ODBCException ODBCMetaColumn ODBCStatementImpl \
Parameter Preparator SessionImpl TypeInfo Unicode Utility \
Diagnostics Error
target_includes = $(POCO_BASE)/Data/testsuite/include
target = PocoDataODBC
target_version = $(LIBVERSION)
target_libs = PocoData PocoFoundation
include $(POCO_BASE)/build/rules/lib
|