# -*- 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/accessories)) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/accessories,\ scp2/source/accessories/module_accessories \ )) ifneq ($(WITH_EXTRA_FONT),) $(eval $(call gb_InstallModule_add_scpfiles,scp2/accessories,\ scp2/source/accessories/file_font_accessories \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/accessories,\ scp2/source/accessories/module_font_accessories \ )) endif ifneq ($(WITH_EXTRA_GALLERY),) $(eval $(call gb_InstallModule_add_scpfiles,scp2/accessories,\ scp2/source/accessories/file_gallery_accessories \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/accessories,\ scp2/source/accessories/module_gallery_accessories \ )) endif ifneq ($(WITH_EXTRA_SAMPLE),) $(eval $(call gb_InstallModule_add_templates,scp2/accessories,\ scp2/source/templates/module_langpack_accessories_samples \ scp2/source/templates/module_langpack_accessories_samples_root \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/accessories,\ scp2/source/accessories/file_samples_accessories \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/accessories,\ scp2/source/accessories/module_samples_accessories \ )) endif ifneq ($(WITH_EXTRA_TEMPLATE),) $(eval $(call gb_InstallModule_add_templates,scp2/accessories,\ scp2/source/templates/module_langpack_accessories_templates \ scp2/source/templates/module_langpack_accessories_templates_root \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/accessories,\ scp2/source/accessories/file_templates_accessories \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/accessories,\ scp2/source/accessories/module_templates_accessories \ )) endif # vim: set shiftwidth=4 tabstop=4 noexpandtab: ro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/osl/diagnose.h
AgeCommit message (Expand)Author
2018-06-28tdf#42949 Fix IWYU warnings in include/osl/*hGabor Kelemen
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-09-19sal: fix numerous doxygen warningsMichael Stahl
2017-06-25osl: variety of doxygen fixesChris Sherlock
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2014-10-02MWERKS etc. are not supported toolchainsMichael Stahl
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre
2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre
2014-04-05fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre
2014-03-25Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2013-11-09fdo#65108 inter-module includes <> include/oslNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/o*Thomas Arnhold
2013-04-24move URE headers to include/David Tardon