1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-01 20:02:12 +01:00

16 lines
257 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
target = Binding
target_version = 1
target_libs = PocoDataSQLite PocoData PocoFoundation
include $(POCO_BASE)/build/rules/exec