# -*- 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,unoapploader)) $(eval $(call gb_Executable_use_static_libraries,unoapploader,\ findsofficepath \ )) ifeq ($(OS),WNT) $(eval $(call gb_Executable_set_targettype_gui,unoapploader,YES)) $(eval $(call gb_Executable_add_cobjects,unoapploader,\ odk/source/unoapploader/win/unoapploader \ )) $(eval $(call gb_Executable_use_system_win32_libs,unoapploader,\ advapi32 \ )) else $(eval $(call gb_Executable_add_cobjects,unoapploader,\ odk/source/unoapploader/unx/unoapploader \ )) $(eval $(call gb_Executable_add_libs,unoapploader,\ $(if $(filter-out FREEBSD NETBSD DRAGONFLY,$(OS)),-ldl) \ )) endif # vim: set ts=4 sw=4 et: otropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/dictionaries
AgeCommit message (Expand)Author
2024-03-29Merge tag 'libreoffice-7.6.6.3' into feature/cib_contract49Thorsten Behrens
2024-03-21Version 7.6.6.3, tag libreoffice-7.6.6.3libreoffice-7.6.6.3Christian Lohmaier
2024-03-05Branch libreoffice-7-6-6Christian Lohmaier
2024-02-17Version 7.6.5.2, tag libreoffice-7.6.5.2-hotfix1libreoffice-7.6.5.2-hotfix1Christian Lohmaier
2024-02-15Version 7.6.5.2, tag libreoffice-7.6.5.2libreoffice-7.6.5.2Christian Lohmaier
2024-02-01Branch libreoffice-7-6-5Christian Lohmaier
2023-11-30Update git submodulesDaeHyun Sung
2023-10-09Update git submodulesAndras Timar
2023-09-22Update git submodulesQuentin PAGÈS
2023-09-22Update git submodulesAndras Timar
2023-08-24Update git submodulesOlivier Hallot
2023-07-03Update git submodulesCaolán McNamara
2023-06-07Branch libreoffice-7-6Christian Lohmaier
2023-05-24Update git submodulesAndras Timar
2023-05-23Update git submodulesLászló Németh
2023-05-02Update git submodulesMarco A.G.Pinto