# -*- 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,gencoll_rule)) $(eval $(call gb_Executable_set_include,gencoll_rule,\ $$(INCLUDE) \ -I$(SRCDIR)/i18npool/inc \ )) $(eval $(call gb_Executable_use_libraries,gencoll_rule,\ sal \ )) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ icui18n \ icuuc \ $(if $(filter TRUE,$(DISABLE_DYNLOADING)),icudata) \ icu_headers \ )) $(eval $(call gb_Executable_add_exception_objects,gencoll_rule,\ i18npool/source/collator/gencoll_rule \ )) # vim: set noet sw=4 ts=4: unk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host/config_options.h.in
AgeCommit message (Expand)Author
2024-09-25Confine a hack to known-broken --enable-pchStephan Bergmann
2024-03-02add UNLESS_MERGELIBS_MORE and use to reduce symbol visibilityNoel Grandin
2024-02-12create --enable-mergelibs=moreNoel Grandin
2021-12-01improve the script for reducing symbol exportsNoel Grandin
2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann
2020-03-19STATIC_LINKING is not set for --enable-mergelibsStephan Bergmann
2020-03-06limit symbols exported when using --enable-mergelibsNoel Grandin
2018-05-10sal: log windows traces to debugger console, take twoThorsten Behrens
2018-05-08sal: log windows trace output to debugger consoleThorsten Behrens