poco/PDF/samples/Text/Makefile

18 lines
282 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# $Id: //poco/Main/PDF/samples/Text/Makefile#1 $
#
# Makefile for Poco PDF Text sample
#
include $(POCO_BASE)/build/rules/global
objects = Text
target = Text
target_version = 1
target_libs = PocoPDF PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/exec