20 lines
336 B
Makefile
Raw Normal View History

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