# -*- 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,giffuzzer)) $(eval $(call gb_Executable_use_api,giffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,giffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,giffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,giffuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,giffuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,giffuzzer,\ vcl/workben/giffuzzer \ )) $(eval $(call gb_Executable_add_libs,giffuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ibreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/vs
AgeCommit message (Expand)Author
2024-07-04VS natvis: improve css::uno::Any handlingMike Kaganski
2024-07-04VS natvis: improve handling of SwFlowFrame derivativesMike Kaganski
2024-05-17introduce SAL_RET_MAYBENULLCaolán McNamara
2024-04-13Add VclPtr operators to natstepfilterMike Kaganski
2024-03-02Add a natvis for SvGUID / SvGlobalNameMike Kaganski
2024-02-03natstepfilter: skip std::vector::operator[]Mike Kaganski
2024-01-19Rename natstepfilter file, to make it not hidden on LinuxMike Kaganski
2024-01-19Add a natstepfilter file to Visual Studio solutionMike Kaganski
2023-11-02VS IDE integration: enable Python pretty printers when debugging a WSL buildMike Kaganski
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-06-24Add a natvis entry for o3tl::spanMike Kaganski