summaryrefslogtreecommitdiff
path: root/cppcanvas/Library_mtfrenderer.mk
blob: e94f12bccddec2e77bf6703eede4b91559f8fa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Library_Library,mtfrenderer))

$(eval $(call gb_Library_set_componentfile,mtfrenderer,cppcanvas/source/uno/mtfrenderer))

$(eval $(call gb_Library_use_external,mtfrenderer,boost_headers))

$(eval $(call gb_Library_use_libraries,mtfrenderer,\
	sal \
	cppu \
	cppuhelper \
	comphelper \
	cppcanvas \
	basegfx \
))

$(eval $(call gb_Library_use_sdk_api,mtfrenderer))

$(eval $(call gb_Library_add_exception_objects,mtfrenderer,\
	cppcanvas/source/uno/uno_mtfrenderer \
))

# vim: set noet sw=4 ts=4:
oncatStephan Bergmann 2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe 2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin 2013-10-23convert code to use OUString::endsWithNoel Grandin 2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara 2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist 2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold 2013-03-07c#706171# handle invalid PFB chunk headerHerbert Dürr 2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/genericChr. Rossmanith 2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks 2012-02-19ByteString->rtl::OStringCaolán McNamara 2012-01-13Replace getLength() with isEmpty() in vcl/generic/fontmanagerChristina Rossmanith 2012-01-10Rename weird "NetPath" term to the more descriptive "InstallationRootPath"Tor Lillqvist 2011-11-27remove include of pch header from vclNorbert Thiebaud 2011-10-25generic: re-structure generic code to increase re-use between backendsMichael Meeks