mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-20 12:56:07 +01:00
18 lines
282 B
Makefile
18 lines
282 B
Makefile
#
|
|
# 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
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|