mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-02 05:46:22 +01:00
WebNotifier example
- added WebNotifier example - fixed/tidied up SOO alignment code
This commit is contained in:
17
Data/samples/WebNotifier/Makefile
Normal file
17
Data/samples/WebNotifier/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/Main/Data/samples/WebNotifier/Makefile#1 $
|
||||
#
|
||||
# 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
|
||||
Reference in New Issue
Block a user