PDF posix build

This commit is contained in:
Alex Fabijanic 2018-02-08 21:03:55 -06:00
parent 3a40c0dcbc
commit c56cf063b0
3 changed files with 5 additions and 4 deletions

View File

@ -8,8 +8,8 @@ include $(POCO_BASE)/build/rules/global
INCLUDE += -I $(POCO_BASE)/PDF/include/Poco/PDF
objects = Destination Document Encoder Font Image Outline \
LinkAnnotation Page PDFException TextAnnotation \
objects = AttributedString Cell Destination Document Encoder Font Image Outline \
LinkAnnotation Page PDFException Table TextAnnotation XMLTemplate \
hpdf_3dmeasure hpdf_annotation hpdf_array hpdf_binary hpdf_boolean \
hpdf_catalog hpdf_destination hpdf_dict hpdf_doc hpdf_doc_png \
hpdf_encoder hpdf_encoder_cns hpdf_encoder_cnt hpdf_encoder_jp \
@ -29,6 +29,6 @@ objects = Destination Document Encoder Font Image Outline \
target = PocoPDF
target_version = $(LIBVERSION)
target_libs = PocoUtil PocoFoundation
target_libs = PocoXML PocoJSON PocoUtil PocoFoundation
include $(POCO_BASE)/build/rules/lib

View File

@ -6,7 +6,7 @@
include $(POCO_BASE)/build/rules/global
objects = Text
objects = Template
target = Template
target_version = 1

View File

@ -7,6 +7,7 @@
#include "Poco/Path.h"
#include "Poco/File.h"
#include "Poco/Exception.h"
#include <iostream>
#if defined(POCO_OS_FAMILY_UNIX)