# -*- 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: otropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/salhelper
AgeCommit message (Expand)Author
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from salhelperAlexander Wilms
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-17salhelper: sal_Bool -> boolStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-09-22gbuild: make the versioned library the linktarget on UnixesMichael Stahl
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-24move URE headers to include/David Tardon
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-13simplify makefilesDavid Tardon
2013-04-13simplify generation of *_allheaders.hxxDavid Tardon
2013-04-13install SDK headers from filelistsDavid Tardon
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-04doubled namespacesThomas Arnhold
2013-03-03coverity#983108: fix memory leakMarkus Mohrhard
2013-03-03coverity#983107: fix memory leakMarkus Mohrhard
2013-02-28remove all d.lstMichael Stahl
2013-02-27salhelper: new ZipPackage_salhelper_odk_headersMichael Stahl
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist
2012-12-07Proper indentationStephan Bergmann
2012-12-04API CHANGE: remove long-deprecated Semaphore & related stuff.Thorsten Behrens
2012-10-10try and make mingw32 buildCaolán McNamara
2012-10-10fdo#39625 Make existing cppunittests workRadu Ioan
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
2012-09-22dependency on makefile needs full pathDavid Tardon
2012-08-08fix buildThomas Arnhold
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
2012-08-08remove include comments and boxesThomas Arnhold
2012-08-07Remove non-existing forward declarationsThomas Arnhold