poco/Data/samples/RowFormatter/Makefile
2012-04-29 18:52:25 +00:00

18 lines
333 B
Makefile

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