# -*- 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,fodpfuzzer)) $(eval $(call gb_Executable_use_api,fodpfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodpfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,fodpfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodpfuzzer,\ $(fuzzer_draw_libraries) \ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,fodpfuzzer,\ findsofficepath \ ulingu \ fuzzer_draw \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,fodpfuzzer,\ vcl/workben/fodpfuzzer \ )) $(eval $(call gb_Executable_add_libs,fodpfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: 'distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/config_host/config_gio.h.in
='selected'>unified
AgeCommit message (Expand)Author
2016-02-19move dbus config into its own config headerCaolán McNamara
2016-02-19move gio config into its own separate config headerCaolán McNamara
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:47:46 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 15:12:30 +0200
commita684613daf9ed5670c5f80267cc1bea0b878b1f6 (patch)
treedd52fe142daf60d5a525efd6fcc2c5ad8f0e1267 /offapi
parentba17fe467d41f17395e607ed092af992c9ac84cb (diff)
Fix typos
Change-Id: I4c0a804e5672bc1c02988d6a07a1da18fde88779 Reviewed-on: https://gerrit.libreoffice.org/77315 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>