# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,pptxfuzzer)) $(eval $(call gb_Executable_use_api,pptxfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pptxfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pptxfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pptxfuzzer,\ $(fuzzer_draw_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,pptxfuzzer,\ $(fuzzer_statics) \ fuzzer_draw \ )) $(eval $(call gb_Executable_add_exception_objects,pptxfuzzer,\ vcl/workben/pptxfuzzer \ )) $(eval $(call gb_Executable_add_libs,pptxfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: tion value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes/colibre/res/sx18027.png
n>
AgeCommit message (Expand)Author
2020-10-18Colibre: update many iconsRizal Muttaqin
2020-07-31missing icon for filter navigator field expander iconCaolán McNamara
Stephan Bergmann
2022-12-13don't rebuild icon-themes if nothing changedChristian Lohmaier
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-08-03windows signing: use sha256 (instead of the default sha1)Christian Lohmaier
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard
2022-07-15macOS sandbox: disable donation info bar & help entriesChristian Lohmaier
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer
2022-05-14Fix typoAndrea Gelmini
2022-01-20WASM open links in new browser tabsJan-Marek Glogowski