mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
PDF posix build
This commit is contained in:
parent
3a40c0dcbc
commit
c56cf063b0
@ -8,8 +8,8 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
|
|
||||||
INCLUDE += -I $(POCO_BASE)/PDF/include/Poco/PDF
|
INCLUDE += -I $(POCO_BASE)/PDF/include/Poco/PDF
|
||||||
|
|
||||||
objects = Destination Document Encoder Font Image Outline \
|
objects = AttributedString Cell Destination Document Encoder Font Image Outline \
|
||||||
LinkAnnotation Page PDFException TextAnnotation \
|
LinkAnnotation Page PDFException Table TextAnnotation XMLTemplate \
|
||||||
hpdf_3dmeasure hpdf_annotation hpdf_array hpdf_binary hpdf_boolean \
|
hpdf_3dmeasure hpdf_annotation hpdf_array hpdf_binary hpdf_boolean \
|
||||||
hpdf_catalog hpdf_destination hpdf_dict hpdf_doc hpdf_doc_png \
|
hpdf_catalog hpdf_destination hpdf_dict hpdf_doc hpdf_doc_png \
|
||||||
hpdf_encoder hpdf_encoder_cns hpdf_encoder_cnt hpdf_encoder_jp \
|
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 = PocoPDF
|
||||||
target_version = $(LIBVERSION)
|
target_version = $(LIBVERSION)
|
||||||
target_libs = PocoUtil PocoFoundation
|
target_libs = PocoXML PocoJSON PocoUtil PocoFoundation
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/lib
|
include $(POCO_BASE)/build/rules/lib
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
include $(POCO_BASE)/build/rules/global
|
include $(POCO_BASE)/build/rules/global
|
||||||
|
|
||||||
objects = Text
|
objects = Template
|
||||||
|
|
||||||
target = Template
|
target = Template
|
||||||
target_version = 1
|
target_version = 1
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#include "Poco/Path.h"
|
#include "Poco/Path.h"
|
||||||
#include "Poco/File.h"
|
#include "Poco/File.h"
|
||||||
#include "Poco/Exception.h"
|
#include "Poco/Exception.h"
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
|
||||||
#if defined(POCO_OS_FAMILY_UNIX)
|
#if defined(POCO_OS_FAMILY_UNIX)
|
||||||
|
Loading…
Reference in New Issue
Block a user