summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_cfgex.mk
blob: b7441792c38585a3b7125f3f3c951d6d0ec650a5 (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
# -*- 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_Executable_Executable,cfgex))

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

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

$(eval $(call gb_Executable_add_scanners,cfgex,\
    l10ntools/source/cfglex \
))

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

$(eval $(call gb_Executable_add_exception_objects,cfgex,\
    l10ntools/source/cfgmerge \
))

$(eval $(call gb_Executable_use_externals,cfgex,\
    boost_headers \
    libxml2 \
))

# vim:set noet sw=4 ts=4:
ss='sha1'>c12ab867f282e783507fcf74ab5c90e784681f65 (diff)
Remarktranslations german - english
I have translated some german remarks into english for better understanding the sourcecode. I hope this helps a lot... Change-Id: I9d790684ec4c999aacbe5d7f47138a4bee26c7c7 Reviewed-on: https://gerrit.libreoffice.org/2058 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> /animations?h=feature/ooxml-analyze&id=daf23128482894e6efee21463c613bc857e15b5e'>do not deliver these module-description xml filesMatúš Kukan 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-27re-base on ALv2 code.Michael Meeks 2012-06-19re-base on ALv2 code.Michael Meeks 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-03-21chmod -xTor Lillqvist 2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe 2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich 2012-01-21Improve checking for emptinessThomas Arnhold 2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist 2011-12-08childs -> childrenMichael T. Whiteley 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen 2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud