poco/Net/samples/Mail/Makefile
2006-10-23 16:25:09 +00:00

18 lines
287 B
Makefile

#
# Makefile
#
# $Id: //poco/1.2/Net/samples/Mail/Makefile#1 $
#
# Makefile for Poco Mail
#
include $(POCO_BASE)/build/rules/global
objects = Mail
target = Mail
target_version = 1
target_libs = PocoUtil PocoNet PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec