# -*- 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/. # i18npool_ICULT53 := $(filter 1, $(shell expr $(ICU_MAJOR) \< 53)) i18npool_LCDALL := $(wildcard $(SRCDIR)/i18npool/source/collator/data/*.txt) i18npool_LCDTXTS := $(if $(i18npool_ICULT53), $(i18npool_LCDALL), $(filter-out %/ko_charset.txt, $(i18npool_LCDALL))) $(eval $(call gb_Library_Library,collator_data)) $(eval $(call gb_Library_add_generated_exception_objects,collator_data,\ $(foreach txt,$(i18npool_LCDTXTS),\ CustomTarget/i18npool/collator/collator_$(notdir $(basename $(txt)))) \ )) # vim: set noet sw=4 ts=4: tropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/doc
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-04-20Upgrade doxygen configuration fileChris Sherlock
2013-12-20typo fixesAndras Timar
2013-12-17gbuild: remove obsolete SOLARLIBMatúš Kukan
2013-11-07remove INPATH and PROEXTMichael Stahl
2013-10-31solver doesn't solve anything...Michael Stahl
2013-10-16Get rid of PRODUCT, unused I hopeTor Lillqvist
2013-07-17remove gb_LinkTarget_add_noexception_objectBjoern Michaelsen
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2012-12-26INCLUDE_STL does not existLubos Lunak
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann