summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_helpex.mk
blob: 5aa2af297acdbc619c7cd0e8aba43ced4defe0ad (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 David Ostrovsky <d.ostrovsky@gmx.de> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Executable_Executable,helpex))

$(eval $(call gb_Executable_set_include,helpex,\
    -I$(SRCDIR)/l10ntools/inc \
    $$(INCLUDE) \
))

$(eval $(call gb_Executable_use_libraries,helpex,\
    sal \
))

$(eval $(call gb_Executable_use_externals,helpex,\
	expat_utf8 \
	boost_headers \
	icu_headers \
    libxml2 \
    icuuc \
    icui18n \
))

$(eval $(call gb_Executable_use_static_libraries,helpex,\
    transex \
))

$(eval $(call gb_Executable_add_exception_objects,helpex,\
    l10ntools/source/helpex \
    l10ntools/source/xmlparse \
    l10ntools/source/helpmerge \
))

# vim:set noet sw=4 ts=4:
46&id=e01f3e4559ba0011e32f0e0dda1df6173dd83295'>stoc: fix includesThomas Arnhold 2014-05-22stoc: make use of css aliasThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky 2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky 2014-01-18Unify ctor functions for component implementations.Matúš Kukan 2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan 2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan 2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann 2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan 2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-19remove unused component_canUnload functionsMatúš Kukan 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac 2012-12-21Remove support for XML .rdbs froom SimpleRegistry service againStephan Bergmann 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-06-29re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-04-20New cppu::defaultBootstrap_InitialComponentContext implementationStephan Bergmann 2012-04-14stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks 2012-04-01merge origin/masterDavid Tardon 2012-03-29We want just the library basename in the DISABLE_DYNLOADING caseTor Lillqvist 2012-03-12gbuildize stocDavid Tardon 2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann 2012-01-12Fix mistake in type OUStringBufferOlivier Hallot 2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot 2011-12-27catch exception by constant referenceTakeshi Abe 2011-11-27remove include of pch header from stocNorbert Thiebaud