# -*- 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_CppunitTest_CppunitTest,starmath_import)) $(eval $(call gb_CppunitTest_set_include,starmath_import,\ $$(INCLUDE) \ -I$(SRCDIR)/starmath/inc \ )) $(eval $(call gb_CppunitTest_use_external,starmath_import,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,starmath_import)) $(eval $(call gb_CppunitTest_add_exception_objects,starmath_import,\ starmath/qa/extras/mmlimport-test \ )) $(eval $(call gb_CppunitTest_use_libraries,starmath_import,\ comphelper \ cppu \ cppuhelper \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sm \ smd \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ unotest \ unoxml \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_ure,starmath_import)) $(eval $(call gb_CppunitTest_use_vcl,starmath_import)) $(eval $(call gb_CppunitTest_use_components,starmath_import,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ package/source/xstor/xstor \ package/util/package2 \ sfx2/util/sfx \ starmath/util/sm \ starmath/util/smd \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ comphelper/util/comphelp \ filter/source/config/cache/filterconfig1 \ oox/util/oox \ sax/source/expatwrap/expwrap \ svl/source/fsstor/fsstorage \ svl/util/svl \ svx/util/svx \ unoxml/source/service/unoxml \ uui/util/uui \ xmloff/util/xo \ )) $(eval $(call gb_CppunitTest_use_configuration,starmath_import)) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libabw
AgeCommit message (Expand)Author
2022-05-01try to use also proper debug LDFLAGS for externals librariesLuboš Luňák
2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann
2019-08-27libabw, libvisio: follow main configure's --disable-dependency-trackingChristian Lohmaier
2019-08-17upload libabw 0.1.3David Tardon
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-01-06upload libabw 0.1.2David Tardon
2017-10-28libabw: pass optimization flags to configureDavid Tardon
2017-10-04use the new gbuild way to update config.*David Tardon
2017-08-09Pass ENABLE_DEBUG into external/libabwStephan Bergmann
2017-06-12iOS patch libabwjan Iversen
2017-02-23add upstream URL to READMEsDavid Tardon
2016-05-30configure: set BOOST_CPPFLAGS also in --without-system-boost caseMichael Stahl
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-09-17blind attempt to fix lcovDavid Tardon
2015-08-30libabw: fix build with boost 1.59David Tardon
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann
2014-12-20upload libabw 0.1.1David Tardon
2014-11-13More passing of MAKE into external configureStephan Bergmann
2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon
2014-06-09libabw,libfreehand,libvisio: avoid some quoting issuesMichael Stahl
2014-05-26rebase all import libsDavid Tardon
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl
2014-02-10upload libabw 0.0.2David Tardon
2014-01-23Don't crash on unstarted tableFridrich Štrba
2014-01-21Coverity: Potential crash (?)Fridrich Štrba
2014-01-16No need to use the stuff from inttypes hereFridrich Štrba
2014-01-15Uploading libabw-0.0.1 (support of zabw files too)Fridrich Štrba
2014-01-14Fix ABW embedded imagesFridrich Štrba
2014-01-14Fix ABW list shapesFridrich Štrba
2014-01-14Fix a silly with ABW footnotes/endnotesFridrich Štrba
2014-01-13AbiWord Import filterFridrich Štrba