mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-28 15:41:22 +01:00
Added --help configuration additions FIX MinGW build support for Data component Corrected link order of Poco components for data samples resulting in unresolved symbol errors
18 lines
325 B
Makefile
18 lines
325 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# $Id: //poco/Main/Data/samples/Binding/Makefile#1 $
|
|
#
|
|
# Makefile for Poco Data Binding sample
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = Binding
|
|
|
|
target = Binding
|
|
target_version = 1
|
|
target_libs = PocoSQLite PocoData PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|