Files
wlan-cloud-lib-poco/Encodings/Compiler/Makefile
Günter Obiltschnig b31de2e3db added Encodings library
2018-02-13 21:54:13 +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