poco/Foundation/samples/LineEndingConverter/Makefile
aleks-f 9f76b49ac0 some last minute changes
- ifdef network initialization linking for 64-bit
- corrected too largument in windows build script shortcuts
- added LineEndingConverter sample
2012-12-26 18:30:52 -06:00

18 lines
329 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Foundation/samples/LineEndingConverter/Makefile#1 $
#
# Makefile for Poco LineEndingConverter
#
include $(POCO_BASE)/build/rules/global
objects = LineEndingConverter
target = LineEndingConverter
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec