# -*- 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_jumbosheets_test)) $(eval $(call gb_CppunitTest_use_externals,sc_jumbosheets_test, \ boost_headers \ mdds_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_jumbosheets_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_jumbosheets_test, \ sc/qa/unit/jumbosheets-test \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_jumbosheets_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ sax \ sc \ scqahelper \ sfx \ subsequenttest \ svxcore \ test \ tl \ unotest \ utl \ vcl \ )) $(eval $(call gb_CppunitTest_set_include,sc_jumbosheets_test,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ -I$(SRCDIR)/sc/source/filter/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_jumbosheets_test,\ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_jumbosheets_test)) $(eval $(call gb_CppunitTest_use_vcl,sc_jumbosheets_test)) $(eval $(call gb_CppunitTest_use_rdb,sc_jumbosheets_test,services)) $(eval $(call gb_CppunitTest_use_configuration,sc_jumbosheets_test)) $(eval $(call gb_CppunitTest_add_arguments,sc_jumbosheets_test, \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ )) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host.mk.in
AgeCommit message (Expand)Author
2023-04-02New --with-coredumpctl to obtain core dumps of crashed tests from coredumpctlStephan Bergmann
2023-02-16android: Use libc++_shared path that works for NDK 25, tooMichael Weghorn
2023-02-16android: Use actual Android API level for minSdkVersion, nssMichael Weghorn
2023-02-16android: Switch from GNU binutils to support NDK 23.x, require 21.xMichael Weghorn
2022-12-19keep environment clear of SYSTEM_FOO varsChristian Lohmaier
2022-12-15don't export the various language lists and consolidate themChristian Lohmaier
2022-12-13bump minimum make version to 4.0 (for $(file …) function)Christian Lohmaier
2022-12-06build installer packages with make parallelism instead of GNU parallelChristian Lohmaier
2022-11-28Disable languagetool for WASM buildThorsten Behrens
2022-11-15actually don't compile tools/source/misc/fix16.cxx with system-libfixmathRene Engelhard
2022-10-26Enable gtktiledviewer on WindowsMike Kaganski
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-10-01Revert "Use libo_CHECK_SYSTEM_MODULE for eot"Khaled Hosny
2022-08-17tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-07-16allow to override PKGFORMAT when running makeChristian Lohmaier
2022-07-13Remove unused --enable-chart-testsXisco Fauli
2022-06-29allow to specify a macOS provisioning profileChristian Lohmaier
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-05-26use at least assertions mode if libc++ debug mode is not usableLuboš Luňák
2022-05-22Get make_installer calls to run in parallelThorsten Behrens
2022-05-20build libtiffJulien Nabet
2022-05-16enable libc++ debug mode again if availableLuboš Luňák
2022-05-09remove HAVE_LIBCPP_DEBUG (libc++ debug mode)Luboš Luňák
2022-05-04Drop --with-iwyu optionGabor Kelemen
2022-05-01improve support for using libc++ on Linux and for libc++ debug modeLuboš Luňák
2022-04-20android: Stop using ANDROID_SDK_HOME env variableMichael Weghorn
2022-04-20android: Use property instead of ANDROID_NDK_HOME env varMichael Weghorn
2022-04-06Remove obsolete HSQLDB_USE_JDBC_4_1Stephan Bergmann
2022-04-05Allow building against JDK 18Stephan Bergmann
2022-03-01make Calc jumbo sheets an explicit build featureLuboš Luňák
2022-02-22add system-dragonboxRene Engelhard
2022-02-15revert component name changes to makefileNoel Grandin
2022-01-31support for the WebP image format (tdf#114532)Luboš Luňák