# -*- 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_Rdb_Rdb,uno_services)) $(eval $(call gb_Rdb_add_components,uno_services,\ testtools/source/bridgetest/cppobj \ testtools/source/bridgetest/constructors \ testtools/source/bridgetest/bridgetest \ )) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Rdb_add_components,uno_services,\ testtools/source/bridgetest/testComponent \ )) endif # vim:set noet sw=4 ts=4: 9cd86ece88c68736e'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/UIConfig_deployment.mk
AgeCommit message (Expand)Author
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara
2016-11-23tdf#100826: use console for -h and --version also on WindowsMike Kaganski
2014-08-25convert RID_QUERYBOX_INSTALL_FOR_ALL with custom buttons to .uiCaolán McNamara
2014-08-04Convert RID_DLG_DEPENDENCIES to .uiPalenik Mihály
2014-06-13convert extensions update required dialog to .uiCaolán McNamara
2014-05-27RID_DLG_UPDATEINSTALL conversion to .uisk94
2014-05-21RID_DLG_UPDATE conversion to .uisk94
2013-12-06convert accept license dialog to .uiCaolán McNamara
2013-12-06convert show extension licence dialog to .uiCaolán McNamara
2013-04-11rename UI to UIConfigDavid Tardon