poco/Data/samples/Tuple/Makefile

18 lines
318 B
Makefile
Raw Normal View History

#
# Makefile
#
2007-05-16 13:23:29 +02:00
# $Id: //poco/Main/Data/samples/Tuple/Makefile#2 $
#
# Makefile for Poco Data Tuple sample
#
include $(POCO_BASE)/build/rules/global
2007-05-16 13:23:29 +02:00
objects = Tuple
target = Tuple
target_version = 1
target_libs = PocoSQLite PocoData PocoFoundation
include $(POCO_BASE)/build/rules/exec