# -*- 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,cached1)) $(eval $(call gb_Library_set_componentfile,cached1,ucb/source/cacher/cached1)) $(eval $(call gb_Library_use_external,cached1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,cached1)) $(eval $(call gb_Library_use_libraries,cached1,\ comphelper \ cppu \ cppuhelper \ sal \ ucbhelper \ )) $(eval $(call gb_Library_add_exception_objects,cached1,\ ucb/source/cacher/cachedcontentresultset \ ucb/source/cacher/cachedcontentresultsetstub \ ucb/source/cacher/cacheddynamicresultset \ ucb/source/cacher/cacheddynamicresultsetstub \ ucb/source/cacher/cacheserv \ ucb/source/cacher/contentresultsetwrapper \ ucb/source/cacher/dynamicresultsetwrapper \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/filter/Library_msfilter.mk
AgeCommit message (Expand)Author
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-01-26gbuild: remove various pointless calls that don't add anythingMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-11-26Add Emacs mode linesTor Lillqvist
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna
2012-07-09targetted rename xcr -> xmlscript to match includes and module nameMichael Meeks
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-04-25msfilter::util: avoid code duplication by merging from sw and writerfilterMiklos Vajna
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2011-11-27remove pch from the include listNorbert Thiebaud
2011-09-15filter: adapt to changes in LOMichael Stahl
2011-09-15filter: convert some libraries and jars to gbuildMichael Stahl