poco/Data/samples/RowFormatter/Makefile

20 lines
351 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco Data RowFormatter sample
#
include $(POCO_BASE)/build/rules/global
objects = RowFormatter
2023-11-01 16:29:49 +01:00
ifndef POCO_DATA_NO_SQL_PARSER
target_includes = $(POCO_BASE)/Data/src
endif
2012-04-29 20:52:25 +02:00
target = RowFormatter
target_version = 1
2022-07-07 11:18:20 +02:00
target_libs = PocoDataSQLite PocoData PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/exec