# -*- 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,embobj)) $(eval $(call gb_Library_use_custom_headers,embobj,\ officecfg/registry \ )) $(eval $(call gb_Library_set_componentfile,embobj,embeddedobj/util/embobj,services)) $(eval $(call gb_Library_set_include,embobj,\ -I$(SRCDIR)/embeddedobj/source/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_defs,embobj,\ -DEMBOBJ_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_external,embobj,boost_headers)) $(eval $(call gb_Library_use_sdk_api,embobj)) $(eval $(call gb_Library_use_libraries,embobj,\ comphelper \ cppu \ cppuhelper \ sal \ svt \ utl \ vcl \ tl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,embobj,\ embeddedobj/source/commonembedding/embedobj \ embeddedobj/source/commonembedding/inplaceobj \ embeddedobj/source/commonembedding/miscobj \ embeddedobj/source/commonembedding/persistence \ embeddedobj/source/commonembedding/specialobject \ embeddedobj/source/commonembedding/visobj \ embeddedobj/source/commonembedding/xfactory \ embeddedobj/source/general/docholder \ embeddedobj/source/general/dummyobject \ embeddedobj/source/general/intercept \ embeddedobj/source/general/xcreator \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/Library_comphelper.mk
AgeCommit message (Expand)Author
2017-04-21add generic digest classMarkus Mohrhard
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara
2016-10-11profilesafe: Added zip deflate/inflateArmin Le Grand
2016-10-11profilesafe: Initial creation of BackupFileHelperArmin Le Grand
2016-04-22Add an interaction handler wrapper for simple file access.Giuseppe Castagno
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
2015-03-16Factor out the .uno: command dispatching to a separate function / file.Jan Holesovsky
2014-12-03From ill-named comphelper::getExpandedFilePath to comphelper::getExpanedUriStephan Bergmann
2014-11-11Add a function to compare version number stringsTor Lillqvist
2014-10-30Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks
2014-05-17move boost rng wrapper from sc to comphelperThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-09callcatcher: update unused codeCaolán McNamara
2013-12-12Remove newly unused comphelper/TypeGeneration.hxxStephan Bergmann
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
2013-10-21Remove comphelper::ComponentContextStephan Bergmann