# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,emfio)) $(eval $(call gb_Module_add_targets,emfio,\ Library_emfio \ )) $(eval $(call gb_Module_add_check_targets,emfio,\ CppunitTest_emfio_emf \ CppunitTest_emfio_wmf \ )) # vim: set noet ts=4 sw=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/Module_postprocess.mk
AgeCommit message (Expand)Author
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-06gbuild: create services.rdb from built componentsJan-Marek Glogowski
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2019-12-16Revert "Make font-based unit test depend on instdir fonts"Jan-Marek Glogowski
2019-07-05Make font-based unit test depend on instdir fontsJan-Marek Glogowski
2019-05-27disable a few failing unit tests in MPLv2 subset (fix mismerge)Andras Timar
2019-05-27disable a few failing unit tests in MPLv2 subsetAndras Timar
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin
2017-12-04postprocess: only check-dynamic-objects if instset is createdMichael Stahl
2017-11-29postprocess: call check-elf-dynamic-objects on LINUXMichael Stahl
2017-09-25Install fc_local.conf only where usedStephan Bergmann
2017-09-24Compensate for loss of Type 1 "Standard Symbols L" substitute for "Symbol"Stephan Bergmann
2014-06-12Fix CppunitTest_services on WindowsStephan Bergmann
2014-06-09don"t execute test on windows, deadlocksMarkus Mohrhard
2013-12-18Add a unit test trying to create every available service with default ctor.Matúš Kukan
2013-12-16postprocess registry is a l10n-relevant targetBjoern Michaelsen
2013-10-02we do not need .xcd files in solverMatúš Kukan
2013-09-09start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan
2013-09-09install images with filelistsMatúš Kukan
2013-04-28copy xcd files to instdirDavid Tardon
2013-04-28gbuild: copy image zips to instdirDavid Tardon
2013-04-11install UI config. files using filelistsDavid Tardon
2013-02-26move postprocess to gbuildBjoern Michaelsen
2012-12-24merge packimages into postprocessMatúš Kukan
2012-12-15postprocess: convert to gbuildMatúš Kukan