# -*- 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,\ findsofficepath \ ulingu \ fuzzer_core \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,pcdfuzzer,\ vcl/workben/pcdfuzzer \ )) $(eval $(call gb_Executable_add_libs,pcdfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/unx
AgeCommit message (Expand)Author
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu
2020-11-17loplugin:stringviewparam extend to constructorsNoel
2020-10-19use tools::Long in svlNoel
2019-08-24loplugin:returnconstval in svlNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in svlNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe