mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-13 03:10:14 +01:00
16 lines
246 B
Makefile
16 lines
246 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco dict
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = dict
|
|
|
|
target = dict
|
|
target_version = 1
|
|
target_libs = PocoUtil PocoNet PocoXML PocoJSON PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|