poco/PDF/samples/Template/Makefile

16 lines
260 B
Makefile
Raw Normal View History

2018-02-02 19:24:16 +01:00
#
# Makefile
#
# Makefile for Poco PDF Template sample
#
include $(POCO_BASE)/build/rules/global
2018-02-09 04:03:55 +01:00
objects = Template
2018-02-02 19:24:16 +01:00
target = Template
target_version = 1
target_libs = PocoPDF PocoUtil PocoXML PocoFoundation
include $(POCO_BASE)/build/rules/exec