mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-27 03:28:49 +01:00
18 lines
312 B
Makefile
18 lines
312 B
Makefile
|
#
|
||
|
# Makefile
|
||
|
#
|
||
|
# $Id: //poco/Main/Net/samples/SMTPLogger/Makefile#2 $
|
||
|
#
|
||
|
# Makefile for Poco SMTPLogger
|
||
|
#
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/global
|
||
|
|
||
|
objects = SMTPLogger
|
||
|
|
||
|
target = SMTPLogger
|
||
|
target_version = 1
|
||
|
target_libs = PocoNet PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|