# -*- 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_InstallModule_InstallModule,scp2/writer)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/writer,writer)) $(eval $(call gb_InstallModule_define_if_set,scp2/writer,\ ENABLE_MACOSX_SANDBOX \ )) $(eval $(call gb_InstallModule_add_templates,scp2/writer,\ scp2/source/templates/module_langpack_writer \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/writer,\ scp2/source/writer/file_writer \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/writer,\ scp2/source/writer/module_writer \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: ro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_copypaste.mk
AgeCommit message (Expand)Author
2021-08-06use Helper_optional SCRIPTING for libs that don't exist if --disable-scriptingCaolán McNamara
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-04-27Remove remaining references to xsec_xmlsec.windowsMiklos Vajna
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-03-08sc: remove unnecessary orcus external usage from makefilesMichael Stahl
2015-05-13extract copy&paste test from import testsMarkus Mohrhard