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
334 B
Makefile

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