poco/Encodings/Compiler/Makefile

16 lines
277 B
Makefile
Raw Normal View History

2018-02-14 08:40:11 +01:00
#
# Makefile
#
# Makefile for Poco TextEncodingCompiler
#
include $(POCO_BASE)/build/rules/global
objects = TextEncodingCompiler
target = tec
target_version = 1
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
include $(POCO_BASE)/build/rules/exec