poco/Data/samples/Tuple/Makefile
Chris Johnson 0f2fa0aae6 FIX BUG-2123306 - Added support for optional compiling of NetSSL and Data, including control of which data components (ODBC, MySQL, SQLite)
Added --help configuration additions
FIX MinGW build support for Data component
Corrected link order of Poco components for data samples resulting in unresolved symbol errors
2008-09-23 07:44:45 +00:00

18 lines
318 B
Makefile

#
# Makefile
#
# $Id: //poco/Main/Data/samples/Tuple/Makefile#2 $
#
# Makefile for Poco Data Tuple sample
#
include $(POCO_BASE)/build/rules/global
objects = Tuple
target = Tuple
target_version = 1
target_libs = PocoSQLite PocoData PocoFoundation
include $(POCO_BASE)/build/rules/exec