# -*- 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,extensions_test_update)) $(eval $(call gb_CppunitTest_add_exception_objects,extensions_test_update, \ extensions/qa/update/test_update \ )) $(eval $(call gb_CppunitTest_use_external,extensions_test_update,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,extensions_test_update, \ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ test \ utl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_library_objects,extensions_test_update, \ updchk \ )) ifeq ($(OS),WNT) $(eval $(call gb_CppunitTest_use_system_win32_libs,extensions_test_update,\ shell32 \ ole32 \ wininet \ )) endif $(eval $(call gb_CppunitTest_use_external,extensions_test_update,curl)) $(eval $(call gb_CppunitTest_set_include,extensions_test_update,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ )) $(eval $(call gb_CppunitTest_use_sdk_api,extensions_test_update)) $(eval $(call gb_CppunitTest_use_ure,extensions_test_update)) $(eval $(call gb_CppunitTest_use_vcl,extensions_test_update)) $(eval $(call gb_CppunitTest_use_components,extensions_test_update,\ configmgr/source/configmgr \ extensions/source/update/feed/updatefeed \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_configuration,extensions_test_update)) # vim:set shiftwidth=4 softtabstop=4 noexpandtab: libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/emscripten
AgeCommit message (Expand)Author
2024-07-18Change from Module.intiUno() to Module.uno_init promiseStephan Bergmann
2024-07-12A mechanism for annotating the embindmaker-generated JS UNOIDL dataStephan Bergmann
2024-06-21Embind: Fix C++ UNO exception catchingStephan Bergmann
2024-06-19Consistently 'use strict' for JS codeStephan Bergmann
2024-06-17Embind: Fix lifecycle of UNO any and sequence values returned from JS to C++Stephan Bergmann
2024-06-17Fix thinko re JS for...in loopStephan Bergmann
2024-06-12Embind: Let unoObject return a css.uno.XInterface referenceStephan Bergmann
2024-06-12Remove leftover work-in-progress lineStephan Bergmann
2024-06-12Embind: Centrally initialize via Module.initUno() in a new uno.jsStephan Bergmann
2024-02-24Add a favicon to the Wasm buildStephan Bergmann
2024-02-15Fold registeroustring.js into PrimaryBindings.cxxStephan Bergmann
2024-02-03First-class Embind JS support for OUStringStephan Bergmann
2023-07-09tdf#151273, tdf#151925: Don’t use QFont text layout by defaultKhaled Hosny
2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski