# -*- 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,sysui)) ifneq ($(OS),WNT) ifneq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,sysui,\ CustomTarget_share \ Package_share \ $(if $(filter rpm,$(PKGFORMAT)),CustomTarget_rpm) \ $(if $(filter deb,$(PKGFORMAT)),CustomTarget_deb) \ $(if $(filter SOLARIS,$(OS)),CustomTarget_solaris) \ )) else # OS=MACOSX $(eval $(call gb_Module_add_targets,sysui,\ Package_osxicons \ CustomTarget_infoplist \ Package_infoplist \ )) endif endif # vim: set noet sw=4 ts=4: o/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtk3gloactiongroup.cxx
AgeCommit message (Expand)Author
2021-05-10rename to remove the gtk3 prefixCaolán McNamara
2020-08-04loplugin:flatten in vcl/unxNoel Grandin
2019-11-19Improved loplugin:external, handling class typesStephan Bergmann
2019-11-14New loplugin:consttoboolStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann
2019-10-02Reinstate "Use G_ADD_PRIVATE and *_get_instance_private"Stephan Bergmann
2019-09-30drop gtk2 supportCaolán McNamara
2015-11-16vcl: de-layer needless module fragmentation in gtk and gtk3.Michael Meeks