summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_ulfex.mk
blob: dd4c3181b93a0c11de96120844985c8eb5cc82fc (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
# -*- 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,ulfex))

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

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

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

$(eval $(call gb_Executable_add_exception_objects,ulfex,\
    l10ntools/source/lngmerge \
    l10ntools/source/lngex \
))

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

# vim:set noet sw=4 ts=4:
7b83c2d5dc0dfcff'>Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski 2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski 2017-08-17Fix typosAndrea Gelmini 2017-08-16tdf#108709 cli_ure,unoil: bump CLI assembly versions for 5.4Michael Stahl 2017-08-16cli_ure,unoil: always increment all CLI assembly version numbersMichael Stahl 2017-06-23simplify some string handling in tracing callsNoel Grandin 2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke 2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M 2017-05-03remove empty commentsNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-10Clean up uses of SAL_U/SAL_W: cli_ureStephan Bergmann 2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann 2017-03-29cli_ure: fix another bad _WIN64 check (related tdf#94265)Michael Stahl 2017-03-22tdf#94265: Correct the errorComputingDwarf 2017-03-03Fix typosAndrea Gelmini 2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2016-12-30cleanup tailing backslashesJochen Nitschke 2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin 2016-09-23"// not impl" -> "= delete"Stephan Bergmann 2016-06-20switch to EHs on windowsMarkus Mohrhard 2016-05-01Fix typosAndrea Gelmini 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-10Fix typosAndrea Gelmini 2016-01-07Fix typosAndrea Gelmini