# -*- 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,juh)) $(eval $(call gb_Library_use_internal_comprehensive_api,juh,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,juh,\ sal \ )) ifneq ($(DISABLE_DYNLOADING),TRUE) $(eval $(call gb_Library_add_exception_objects,juh,\ javaunohelper/source/preload \ )) else # In the DISABLE_DYNLOADING case the juh library is a static archive that gets # linked into the single .so, so we can put directly into it the code that in # normal cases goes into the juhx library $(eval $(call gb_Library_add_exception_objects,juh,\ javaunohelper/source/bootstrap \ javaunohelper/source/javaunohelper \ javaunohelper/source/vm \ )) endif # vim:set noet sw=4 ts=4: o/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/module_pdfimport.scp
AgeCommit message (Expand)Author
2017-12-14Fix typosAndrea Gelmini
2016-12-24tdf#90753: AutoInstall xpdfimport_err.pdf as filelistMatúš Kukan
2015-10-13remove some useless commentsNoel Grandin
2014-10-29scp2: move xpdfimport executables to AutoInstallMichael Stahl
2014-07-18scp2: stupid typosMichael Stahl
2014-07-18fix buildDavid Tardon
2014-07-18scp2: move pdfimport library to AutoInstallMichael Stahl
2014-02-26Remove visual noise from scp2Alexander Wilms
2013-10-12missing semicolonsAndras Timar
2013-10-12add name/description in order to avoid warnings in feature.pmAndras Timar
2013-04-24fdo#60949: Move the last libs to OOOLIBSMarcos Paulo de Souza
2013-03-18readd packinfo_office.txt stuff for Pdfimport/ReporbuilderRene Engelhard
2013-02-25fix helppack creation on windowsPeter Foley
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann