fixed line endings

This commit is contained in:
Guenter Obiltschnig 2012-11-11 14:08:47 +01:00
parent ea5ef338eb
commit f73934cd32

View File

@ -1,17 +1,17 @@
# #
# Makefile # Makefile
# #
# $Id: //poco/Main/Net/samples/SMTPLogger/Makefile#2 $ # $Id: //poco/Main/Net/samples/SMTPLogger/Makefile#2 $
# #
# Makefile for Poco SMTPLogger # Makefile for Poco SMTPLogger
# #
include $(POCO_BASE)/build/rules/global include $(POCO_BASE)/build/rules/global
objects = SMTPLogger objects = SMTPLogger
target = SMTPLogger target = SMTPLogger
target_version = 1 target_version = 1
target_libs = PocoNet PocoFoundation target_libs = PocoNet PocoFoundation
include $(POCO_BASE)/build/rules/exec include $(POCO_BASE)/build/rules/exec