# -*- 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,writerfilter_rtftok)) $(eval $(call gb_CppunitTest_use_external,writerfilter_rtftok,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,writerfilter_rtftok, \ writerfilter/qa/cppunittests/rtftok/testrtftok \ )) ifeq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_CppunitTest_add_defs,writerfilter_rtftok,\ -DDISABLE_CVE_TESTS \ )) endif $(eval $(call gb_CppunitTest_use_libraries,writerfilter_rtftok, \ comphelper \ cppu \ cppuhelper \ sal \ test \ unotest \ vcl \ writerfilter \ )) $(eval $(call gb_CppunitTest_use_sdk_api,writerfilter_rtftok)) $(eval $(call gb_CppunitTest_use_ure,writerfilter_rtftok)) $(eval $(call gb_CppunitTest_use_vcl,writerfilter_rtftok)) $(eval $(call gb_CppunitTest_use_components,writerfilter_rtftok,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ svtools/util/svt \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ writerfilter/util/writerfilter \ vcl/vcl.common \ )) $(eval $(call gb_CppunitTest_use_configuration,writerfilter_rtftok)) # we need to explicitly depend on library writerfilter because it is not implied # by a link relation $(call gb_CppunitTest_get_target,writerfilter_rtftok) : $(call gb_Library_get_target,writerfilter) # vim: set noet sw=4 ts=4: libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libvisio
AgeCommit message (Expand)Author
2013-07-25Use the WPX_SEEK_SET inconditionallyFridrich Štrba
2013-07-13Fix some runtime exceptions with msvc-built libvisioFridrich Štrba
2013-07-10Uploading new libvisio 0.0.30Fridrich Štrba
2013-07-06Proper fix for remove_whitespace iterator and older boostFridrich Štrba
2013-07-02Allow build with older boostFridrich Štrba
2013-05-16move copy/pasted ICU_CFLAGS/ICU_LIBS to configureMichael Stahl
2013-05-16libvisio: stop delivering headersMichael Stahl
2013-05-16Uploading libvisio 0.0.27Fridrich Štrba
2013-05-15Revert changes that are now unnecessary and pointlessTor Lillqvist
2013-05-15Also AWK needed hereTor Lillqvist
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-04-22Uploading new fresh wonderful libvisio-0.0.26Fridrich Štrba
2013-03-15Don't fail if the end of characters is reached after a field fdo#62299Fridrich Štrba
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-14Libcdr and libvisio need zlibFridrich Štrba
2013-03-14move libvisio to gcc-wrapperPeter Foley
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-02-19rename SYSTEM_LIBVISIO to SYSTEM_VISIO to remove specialcasingBjoern Michaelsen
2013-02-17Improve support for --with-system-boost --with-boost=... in external modulesStephan Bergmann
2013-02-07convert libxml2 to gbuild and add to tail_buildPeter Foley
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl