poco/Data/samples/WebNotifier/Makefile
Aleksandar Fabijanic bc808cf9d4 WebNotifier example
- added WebNotifier example
- fixed/tidied up SOO alignment code
2013-05-30 23:23:37 -05:00

18 lines
336 B
Makefile

#
# 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