poco/Encodings/samples/TextConverter/Makefile
2018-02-14 09:49:28 +01:00

16 lines
253 B
Makefile

#
# Makefile
#
# Makefile for Poco TextConverter
#
include $(POCO_BASE)/build/rules/global
objects = TextConverter
target = TextConverter
target_version = 1
target_libs = PocoEncodings PocoFoundation
include $(POCO_BASE)/build/rules/exec