# -*- 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,mar)) $(eval $(call gb_Executable_set_include,mar,\ -I$(SRCDIR)/onlineupdate/source/libmar/inc/ \ -I$(SRCDIR)/onlineupdate/source/libmar/src/ \ -I$(SRCDIR)/onlineupdate/source/libmar/verify/ \ -I$(SRCDIR)/onlineupdate/source/libmar/sign/ \ $$(INCLUDE) \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,mar,\ ws2_32.lib \ Crypt32.lib \ )) endif ifeq ($(filter WNT MACOSX,$(OS)),) $(eval $(call gb_Executable_use_externals,mar,nss3)) $(eval $(call gb_Executable_add_defs,mar,-DMAR_NSS)) endif $(eval $(call gb_Executable_add_cobjects,mar,\ onlineupdate/source/libmar/src/mar_create \ onlineupdate/source/libmar/src/mar_extract \ onlineupdate/source/libmar/src/mar_read \ onlineupdate/source/libmar/sign/nss_secutil \ onlineupdate/source/libmar/sign/mar_sign \ onlineupdate/source/libmar/verify/cryptox \ onlineupdate/source/libmar/verify/mar_verify \ onlineupdate/source/libmar/tool/mar \ )) # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ option value='distro/cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools/source/po.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-02-28 19:49:52 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-01 10:09:13 +0100
commit52f9caa248ff3893c6c36c5730e0210c3ad21189 (patch)
tree7683fc77b35ed5b1fbc8cbcf661fb5e0fbc8e250 /l10ntools/source/po.cxx
parentd260df3a3f54f5187644545ab15f7c29b78e1d54 (diff)
add NoMouseUpClose to popup flags n 2016-08-09Resolves: tdf#101382 turn SetMailMergeConfigItem into a shared_ptrCaolán McNamara 2016-07-30tdf#95251 MM just allow print as single documentJan-Marek Glogowski 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin