poco/Encodings/Compiler/Makefile
2018-02-14 08:40:11 +01:00

16 lines
277 B
Makefile

#
# 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