mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 02:57:45 +01:00
d75e68c027
windows build only
18 lines
334 B
Makefile
18 lines
334 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Data/samples/RecordSet/Makefile#1 $
|
|
#
|
|
# Makefile for Poco Data RecordSet sample
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = RecordSet
|
|
|
|
target = RecordSet
|
|
target_version = 1
|
|
target_libs = PocoSQLite PocoData PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|