poco/Data/samples/Tuple/Makefile
2007-05-16 04:17:03 +00:00

18 lines
319 B
Makefile

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