# -*- 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_Module_Module,lingucomponent)) $(eval $(call gb_Module_add_targets,lingucomponent,\ Library_guesslang \ Library_hyphen \ Library_lnth \ $(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \ Library_spell \ StaticLibrary_ulingu \ )) # vim: set noet sw=4 ts=4: method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl/Module_unoidl.mk
AgeCommit message (Expand)Author
2024-06-19Fix typoAndrea Gelmini
2024-06-19Fix typoAndrea Gelmini
2022-04-10Move unoidl-write from cross-tooling to defaultJan-Marek Glogowski
2021-10-15Repurpose regcompare test as unoidl-check testStephan Bergmann
2020-10-31Simplify makefile logic using new gb_notStephan Bergmann
2020-10-30unoidl-check: try to come up with a better commentJan-Marek Glogowski
2020-10-30Fix unoidl-check build condition for cross buildsJan-Marek Glogowski
2020-10-04odk: fix Windows Arm64 buildJan-Marek Glogowski