# -*- 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_export)) $(eval $(call gb_CppunitTest_set_include,starmath_export,\ -I$(SRCDIR)/starmath/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_externals,starmath_export,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_sdk_api,starmath_export)) $(eval $(call gb_CppunitTest_add_exception_objects,starmath_export,\ starmath/qa/extras/mmlexport-test \ )) $(eval $(call gb_CppunitTest_use_libraries,starmath_export,\ 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_export)) $(eval $(call gb_CppunitTest_use_vcl,starmath_export)) $(eval $(call gb_CppunitTest_use_components,starmath_export,\ 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_export)) # vim: set noet sw=4 ts=4: o/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/Makefile
'/cgit/lo/core/commit/.vscode?h=feature/cib_contract49d&id=b4e7ebebd583a2a3856231aead66d72d3bc1cb46'>vscode-ide-integration: add license-header template (snippet)
AgeCommit message (Expand)Author
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
Christian Lohmaier
2023-10-24vscode-ide-integration: bump C_Cpp.default.cppStandard to c++20Christian Lohmaier
2023-10-24vscode-ide-integration: editor.renderFinalNewline is not booleanChristian Lohmaier
2023-04-18vscode: add Cygwin terminal profile and config for VS debugger for WindowsChristian Lohmaier
2022-12-05create compile_commands.json in builddirChristian Lohmaier
2022-03-13Fix typosAndrea Gelmini
2022-01-17vscode-ide-integration: use gdb from $PATH by defaultMike Kaganski
2021-12-27vscode-ide-integration: don't abuse "folders" for workdir/instdirMike Kaganski
2021-12-23vscode: set editor to not show newline at end-of-file as empty lineChristian Lohmaier
2021-12-21Fix typoAndrea Gelmini
2021-12-21provide a "make vscode-ide-integration" targetChristian Lohmaier
2021-12-16VSCode IDE integration: add safe path for pretty printersMike Kaganski
2021-05-31vscode: tell gitlens how to linkifiy our buglinks in commitsChristian Lohmaier
2021-05-19tell vscode to treat our patch.<level> files as diffsChristian Lohmaier
2021-02-13vscode: make it work better when srcdir=buildir and add mac lldb configChristian Lohmaier
2020-12-15add a visual studio code workspace template (created by configure.ac)Christian Lohmaier