poco/PDF/samples/Image/Makefile

16 lines
251 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco PDF Image sample
#
include $(POCO_BASE)/build/rules/global
objects = Image
target = Image
target_version = 1
2018-02-02 19:24:16 +01:00
target_libs = PocoPDF PocoUtil PocoXML PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/exec