Files
poco/Net/samples/dict/Makefile
FrancisANDRE 9e33079bcb Add missing PocoJSON dependency.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:32:39 +01:00

18 lines
296 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/Net/samples/dict/Makefile#1 $
#
# Makefile for Poco dict
#
include $(POCO_BASE)/build/rules/global
objects = dict
target = dict
target_version = 1
target_libs = PocoUtil PocoNet PocoJSON PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec