mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-27 03:28:49 +01:00
18 lines
345 B
Makefile
18 lines
345 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 = PocoFoundation PocoData PocoSQLite
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|