mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-22 23:13:31 +01:00
18 lines
304 B
Makefile
18 lines
304 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 PocoXML PocoFoundation
|
||
|
|
||
|
include $(POCO_BASE)/build/rules/exec
|