# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,pdfimport)) $(eval $(call gb_Library_set_componentfile,pdfimport,sdext/source/pdfimport/pdfimport)) $(eval $(call gb_Library_use_sdk_api,pdfimport)) $(eval $(call gb_Library_use_custom_headers,pdfimport,sdext/pdfimport)) $(eval $(call gb_Library_set_include,pdfimport,\ -I$(SRCDIR)/sdext/source/pdfimport/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_libraries,pdfimport,\ basegfx \ comphelper \ vcl \ cppu \ cppuhelper \ sal \ xo \ )) $(eval $(call gb_Library_use_externals,pdfimport,\ boost_headers \ zlib \ $(if $(filter-out WNT MACOSX,$(OS)),fontconfig) \ )) ifeq ($(COM),MSC) $(eval $(call gb_Library_add_defs,pdfimport, \ -D_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING \ )) endif $(eval $(call gb_Library_add_defs,pdfimport, \ -DBOOST_SPIRIT_USE_OLD_NAMESPACE \ -DBOOST_ALL_NO_LIB \ )) $(eval $(call gb_Library_add_exception_objects,pdfimport,\ sdext/source/pdfimport/filterdet \ sdext/source/pdfimport/misc/pdfihelper \ sdext/source/pdfimport/misc/pwdinteract \ sdext/source/pdfimport/odf/odfemitter \ sdext/source/pdfimport/pdfiadaptor \ sdext/source/pdfimport/pdfparse/pdfentries \ sdext/source/pdfimport/pdfparse/pdfparse \ sdext/source/pdfimport/sax/emitcontext \ sdext/source/pdfimport/sax/saxattrlist \ sdext/source/pdfimport/services \ sdext/source/pdfimport/tree/drawtreevisiting \ sdext/source/pdfimport/tree/genericelements \ sdext/source/pdfimport/tree/imagecontainer \ sdext/source/pdfimport/tree/pdfiprocessor \ sdext/source/pdfimport/tree/style \ sdext/source/pdfimport/tree/treevisitorfactory \ sdext/source/pdfimport/tree/writertreevisiting \ sdext/source/pdfimport/wrapper/wrapper \ )) # vim:set noet sw=4 ts=4: o/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/soltools
AgeCommit message (Expand)Author
2015-03-02V804: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann
2014-12-09warning C4267: conversion from 'size_t' to 'int' (MSVC 64-bit)Stephan Bergmann
2014-11-06coverity#1000834 Use of untrusted string valueCaolán McNamara
2014-10-28coverity#982185 silence Unchecked return value from libraryCaolán McNamara
2014-10-04coverity#706158 Copy into fixed size bufferNorbert Thiebaud
2014-10-02coverity#1233618 Overlapping buffer in memory copyCaolán McNamara
2014-09-04coverity#1019334 Explicit null dereferencedCaolán McNamara
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin
2014-06-24remove use of register keyword in C filesNoel Grandin
2014-06-17-Wstrict-prototypesStephan Bergmann
2014-05-30coverity#705235 Missing break in switchCaolán McNamara
2014-05-30coverity#705236 Missing break in switchCaolán McNamara
2014-05-30coverity#705237 Missing break in switchCaolán McNamara
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-24coverity#982647 Missing break in switchCaolán McNamara
2014-05-22Fix some memory leak in soltools/cpp toolStephan Bergmann
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-10Clean up function declarationStephan Bergmann
2014-04-04Move prototype to includeStephan Bergmann
2014-03-31Typo #elsif -> #elifStephan Bergmann
2013-11-17WaE: 'PATH_MAX' : macro redefinitionTor Lillqvist
2013-11-16Fix for VS 2013 compilationJesús Corrius
2013-08-30WaE: size_t/unsigned int: possible loss of dataTor Lillqvist
2013-08-22left shift of 1 by 31 places cannot be represented in type 'int'Stephan Bergmann
2013-08-21We don't seem to actually need glibc getoptTor Lillqvist
2013-07-14Mark as constTakeshi Abe
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-04-24error: too many arguments in call to 'pr_dummy' [-Werror]Stephan Bergmann
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl
2013-04-09add external for unistd.hDavid Tardon
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13more subtle dependencies for cross-compilationMatúš Kukan
2013-02-28remove dmake-only utilsPeter Foley
2013-02-28remove all d.lstMichael Stahl
2013-02-22s/the the/the/Tor Lillqvist
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-05cleanup README files.Michael Meeks
2012-11-05add a README filesAlia Almusaireae