# -*- 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,pcdfuzzer)) $(eval $(call gb_Executable_use_api,pcdfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,pcdfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,pcdfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,pcdfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,pcdfuzzer,\ $(fuzzer_statics) \ )) $(eval $(call gb_Executable_add_exception_objects,pcdfuzzer,\ vcl/workben/pcdfuzzer \ )) $(eval $(call gb_Executable_add_libs,pcdfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: tropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/store/source/storcach.hxx
AgeCommit message (Expand)Author
2022-06-20store: remove useless comments from storeChris Sherlock
2021-08-10tdf#143148:Use pragma once in storeEmircan Agac
2019-10-17Remove some memset callsMike Kaganski
2019-01-08tdf#42949 Fix IWYU warnings in store/source/*Gabor Kelemen
2017-10-23loplugin:includeform: storeStephan Bergmann
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-06-16Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock