# -*- 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,helpex)) $(eval $(call gb_Executable_set_include,helpex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,helpex,\ sal \ )) $(eval $(call gb_Executable_use_externals,helpex,\ expat \ boost_headers \ icu_headers \ libxml2 \ icuuc \ icui18n \ )) $(eval $(call gb_Executable_use_static_libraries,helpex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,helpex,\ l10ntools/source/helpex \ l10ntools/source/xmlparse \ l10ntools/source/helpmerge \ )) # vim:set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)Author
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara
2014-06-04compareToAscii -> equalsAsciiNoel Grandin
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24scaddins: sal_Bool->boolNoel Grandin
2014-04-22coverity#708114 Uninitialized scalar fieldCaolán McNamara
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8 + remove dupJulien Nabet
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold
2014-04-07coverity#708113 Uninitialized scalar fieldCaolán McNamara
2014-04-06whitespace cleanup in scaddinsMarkus Mohrhard
2014-03-27scaddins: workaround spurious MSVC warning C4701Michael Stahl
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#1019315 Dead default in switchCaolán McNamara
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from scaddinsAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms