summaryrefslogtreecommitdiff
path: root/i18npool/Executable_gendict.mk
blob: 9b183aa0814c4174ee9075b6d70a84fcca9bfb52 (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
# -*- 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,gendict))

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

ifeq ($(gb_Side),build)
ifneq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),)
$(eval $(call gb_Executable_add_cxxflags,gendict,\
	-DDICT_JA_ZH_IN_DATAFILE \
))
endif
endif

$(eval $(call gb_Executable_add_exception_objects,gendict,\
	i18npool/source/breakiterator/gendict \
))

# vim: set noet sw=4 ts=4:
animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl 2019-04-17tdf#124756 slideshow: avoid mbPaintDisabled for media windowsMiklos Vajna 2019-04-16loplugin:sequentialassign in sfx2..solenvNoel Grandin 2019-04-15improve loplugin simplifyconstructNoel Grandin 2019-03-31tdf#73092 remove remaining shape of the repeating animation.Mark Hung 2019-03-05re-land "new loplugin typedefparam""Noel Grandin 2019-03-05tdf#42949 Fix IWYU warnings in include/cppcanvas/*Gabor Kelemen 2019-03-04Revert "new loplugin typedefparam"Noel Grandin 2019-03-04new loplugin typedefparamNoel Grandin 2019-03-01Fix typoAndrea Gelmini 2019-03-01tdf#123743 deactive after the player is stopped.Mark Hung 2019-02-28remove some unused typedefsNoel Grandin 2019-02-26tdf#88969 restart interactive sequence.Mark Hung 2019-02-24slideshow: do not toggle pause when deactivate.Mark Hung 2019-02-22loplugin:unusedfields in slideshowNoel Grandin 2019-02-19tdf#77186 handle time container indefinite repetition.Mark Hung 2019-02-19pretty up logging of exceptionsNoel Grandin 2019-02-13Pointer is pointlessNoel Grandin 2019-02-09loplugin:indentation in sfx2..slideshowNoel Grandin 2019-02-05loplugin:flatten in slideshowNoel Grandin 2019-02-04tdf#44223 allow slideshow to play embedded media.Mark Hung 2019-01-11Drop o3tl/clamp.hxx, use C++17 std::clamp insteadStephan Bergmann 2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin 2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann 2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann