# -*- 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,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_external,sc_cellsenumeration,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellsenumeration, \ sc/qa/extras/sccellsenumeration \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_cellsenumeration, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_cellsenumeration,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_ure,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_vcl,sc_cellsenumeration)) $(eval $(call gb_CppunitTest_use_components,sc_cellsenumeration,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_cellsenumeration)) # vim: set noet sw=4 ts=4: office-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libwps
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-11-04Consolidate -D_GLIBCXX_DEBUG for --enable-dbgutil builds against libstdc++Stephan Bergmann
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2020-09-27upload libwps 0.4.12David Tardon
2020-07-28Adapt --enable-ld to Clang 12 trunk --ld-pathStephan Bergmann
2020-04-18upload libwps 0.4.11David Tardon
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2019-11-22Replace hotfix with upstream patch, tdf#127887 follow-upEike Rathke
2019-10-21external/libwps: Make comparison operator member functions constStephan Bergmann
2019-10-14add PCHs for more external libsLuboš Luňák
2019-10-02Resolves: tdf#127887 Fix libwps wrong Lotus version detectionEike Rathke
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann
2019-05-24disable warnings in external libsLuboš Luňák
2019-05-06enable gdb-index also for liborcus and libwps if possibleLuboš Luňák
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-01-15Revert "Fix nan is not a member of std when building android"Stephan Bergmann
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-08-08upload libwps 0.4.10David Tardon
2018-06-15Fix nan is not a member of std when building androidMert Tumer
2018-06-13drop unneeded defineDavid Tardon
2018-05-07Pass _GLIBCXX_DEBUG into external/libwpsStephan Bergmann
2018-05-07Pass --enable-debug into external/libwpsStephan Bergmann