# -*- 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,svpclient)) $(eval $(call gb_Executable_use_api,svpclient,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_set_include,svpclient,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_add_defs,svpclient,\ -DVCL_INTERNALS \ )) $(eval $(call gb_Executable_use_libraries,svpclient,\ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) ifeq ($(OS),HAIKU) $(eval $(call gb_Executable_add_libs,svpclient,-lnetwork)) endif $(eval $(call gb_Executable_add_exception_objects,svpclient,\ vcl/workben/svpclient \ )) # vim: set noet sw=4 ts=4: -6-1 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-04-25 14:12:30 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-04-25 14:23:26 +0200
commit926f46dde833fdfeacd21a62dacd192b7ed1412c (patch)
treed0c78e83c4c72b24e610ff658c216f2af8c08050
parent46a65ed74391c4b44de7cc244d63bd603b6485a5 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I04522500fe14e0d09925b196ccf7b7f94f3bfe64
Diffstat
eature/slideshow_onlySprites'>feature/slideshow_onlySprites
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlhelp/util/idxcaption.xsl
>
AgeCommit message (Expand)Author
tdf#146619 Remove unused includes from sal/ [cpp files]Gabor Kelemen
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist
2022-12-04rtl bootsratp : use enum classArnaud VERSINI
2022-08-05Fix typoStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in salNoel Grandin
2022-05-03add o3tl::matchIgnoreAsciiCaseNoel Grandin