# -*- 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,ucpimage)) $(eval $(call gb_Library_add_exception_objects,ucpimage, \ ucb/source/ucp/image/ucpimage \ )) $(eval $(call gb_Library_set_componentfile,ucpimage,ucb/source/ucp/image/ucpimage)) $(eval $(call gb_Library_use_externals,ucpimage, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,ucpimage, \ comphelper \ cppu \ cppuhelper \ sal \ ucbhelper \ vcl \ )) $(eval $(call gb_Library_use_sdk_api,ucpimage)) # vim: set noet sw=4 ts=4: 'distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Expand)Author
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-04install package DTD using filelistDavid Tardon
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov
2013-04-09Missing #includesStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-04Simplify a bitJulien Nabet
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-23coverity#704243 Logically dead codeJulien Nabet