mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 04:35:34 +01:00
9f76b49ac0
- ifdef network initialization linking for 64-bit - corrected too largument in windows build script shortcuts - added LineEndingConverter sample
18 lines
329 B
Makefile
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
|