mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 11:17:31 +01:00
16 lines
277 B
Makefile
16 lines
277 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# Makefile for Poco Data WebNotifier sample
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = WebNotifier
|
||
|
|
||
|
target = WebNotifier
|
||
|
target_version = 1
|
||
|
target_libs = PocoDataSQLite PocoData PocoNet PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|