# -*- 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_Module_Module,shell)) $(eval $(call gb_Module_add_targets,shell,\ $(if $(filter-out MACOSX WNT,$(OS)),Library_desktopbe) \ Library_localebe \ )) ifeq ($(OS),LINUX) ifeq ($(ENABLE_GIO),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_losessioninstall \ )) endif endif ifeq ($(ENABLE_GCONF),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_gconfbe \ )) endif ifeq ($(ENABLE_KDE4),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_kde4be \ )) endif ifeq ($(ENABLE_KDE),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_kdebe \ )) endif ifeq ($(ENABLE_TDE),TRUE) $(eval $(call gb_Module_add_targets,shell,\ Library_tdebe \ )) endif ifneq ($(filter TRUE,$(ENABLE_KDE) $(ENABLE_TDE)),) $(eval $(call gb_Module_add_targets,shell,\ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,shell,\ Executable_regsvrex \ Executable_senddoc \ Library_smplmail \ Library_wininetbe \ StaticLibrary_simplemapi \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,shell,\ CustomTarget_shlxthdl_res \ Library_ooofilt \ Library_propertyhdl \ Library_shlxthdl \ StaticLibrary_shlxthandler_common \ StaticLibrary_xmlparser \ WinResTarget_shlxthdl \ )) $(eval $(call gb_Module_add_check_targets,shell,\ CppunitTest_shell_zip \ )) endif ifeq ($(BUILD_X64),TRUE) $(eval $(call gb_Module_add_targets,shell,\ CustomTarget_x64 \ Library_ooofilt_x64 \ Library_propertyhdl_x64 \ Library_shlxthdl_x64 \ StaticLibrary_shlxthandler_common_x64 \ StaticLibrary_xmlparser_x64 \ )) endif endif ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,shell,\ Library_macbe \ )) endif ifeq ($(filter DESKTOP,$(BUILD_TYPE)),DESKTOP) $(eval $(call gb_Module_add_targets,shell,\ Executable_lngconvex \ Library_syssh \ )) ifneq ($(OS),WNT) $(eval $(call gb_Module_add_targets,shell,\ StaticLibrary_xmlparser \ )) endif ifneq ($(filter-out MACOSX WNT,$(OS)),) $(eval $(call gb_Module_add_targets,shell,\ Executable_gnome_open_url \ Executable_uri_encode \ Library_cmdmail \ Library_recentfile \ Package_scripts \ Package_scripts_gnome \ Package_scripts_kde \ Package_senddoc \ )) endif endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: stro/collabora/co-24.04 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/hicontrast/avmedia
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:47:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:48:58 +0200
commit106cd072747a48ba064d8522cc15f581abffab51 (patch)
tree680854bb5b3af38476cd24bdc9f3cff2a318207f /icon-themes/hicontrast/avmedia
parent80fc0074689d657fbbf479da534f782bb9cc3cca (diff)
desktop lok: avoid unnecessary setPart() in paintPartTile() cp-5.1-6
If possible, switch views, not parts, that way started Impress text edits don't end as a side-effect. Change-Id: I3f18d4dda6bc24235bf1219416f153248a867fa4 (cherry picked from commit bee4ff508a456a1552aacdf6fc838b8b7cffb9ec)