# -*- 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 \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_use_externals,gencoll_rule,\ icui18n \ icuuc \ icu_headers \ )) $(eval $(call gb_Executable_add_exception_objects,gencoll_rule,\ i18npool/source/collator/gencoll_rule \ )) # vim: set noet sw=4 ts=4: n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/embedserv
AgeCommit message (Expand)Author
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-07-08No atlsd.lib in VS 2013Tor Lillqvist
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-10remove globally disabled warnings from source filesThomas Arnhold
2014-04-15cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unusedStephan Bergmann
2014-03-10embedserv: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from embedservAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-29bool improvementsStephan Bergmann