# -*- 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,dxffuzzer)) $(eval $(call gb_Executable_use_api,dxffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,dxffuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,dxffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,dxffuzzer,\ $(fuzzer_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,dxffuzzer,\ findsofficepath \ ulingu \ fuzzer \ )) $(eval $(call gb_Executable_add_exception_objects,dxffuzzer,\ vcl/workben/dxffuzzer \ )) $(eval $(call gb_Executable_add_libs,dxffuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: ia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-12 20:18:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-12 20:18:37 +0100
commitbc3e970641147a3b3b599f019aeb409cef1d44b2 (patch)
tree48660f3fd6a177143461740cd98da645117af5da /pyuno
parentfe3924a3677ff5e3aa58bc0c7ec0310ad49acafd (diff)
More loplugin:cstylecast: pyuno
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable loplugin:cstylecast for some more cases" plus solenv/clang-format/reformat-formatted-files Change-Id: I11e4fde47c5da601e4ffeada31083c3bdb4286f9