16 lines
272 B
Makefile
Raw Normal View History

2012-04-29 18:52:25 +00:00
#
# Makefile
#
# Makefile for Poco Data RowFormatter sample
#
include $(POCO_BASE)/build/rules/global
objects = RowFormatter
target = RowFormatter
target_version = 1
2022-07-07 17:18:20 +08:00
target_libs = PocoDataSQLite PocoData PocoFoundation
2012-04-29 18:52:25 +00:00
include $(POCO_BASE)/build/rules/exec