# -*- 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,tgafuzzer)) $(eval $(call gb_Executable_use_api,tgafuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,tgafuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,tgafuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,tgafuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,tgafuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,tgafuzzer,\ vcl/workben/tgafuzzer \ )) $(eval $(call gb_Executable_add_libs,tgafuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/expat
AgeCommit message (Expand)Author
2017-11-10upload expat 2.2.5David Tardon
2017-10-10use gbuild way to update config.*, continuedDavid Tardon
2017-08-03CVE-2017-11742: Expat 2.2.3Caolán McNamara
2017-07-13Revert "expat-2.2.1 patch to allow compile on macOS and others"Christian Lohmaier
2017-07-13fix getrandom check in expat's configureChristian Lohmaier
2017-06-22expat-2.2.1 patch to allow compile on macOS and othersjan Iversen
2017-06-11iOS, patch for expatjan Iversen
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-09expat moved to githubJochen Nitschke
2016-07-08tdf#100807 upload expat 2.2.0David Tardon
2016-05-24CVE-2016-0718 and CVE-2015-1283 expat woesCaolán McNamara
2016-01-29Android autoconf fixesPeter Foley
2015-10-07relax deps of link target on external projectsDavid Tardon
2015-06-26expat: remove duplicate patchMichael Stahl