# -*- 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,jpgfuzzer)) $(eval $(call gb_Executable_use_api,jpgfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,jpgfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,jpgfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,jpgfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,jpgfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,jpgfuzzer,\ vcl/workben/jpgfuzzer \ )) $(eval $(call gb_Executable_add_libs,jpgfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: emini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/inc
AgeCommit message (Expand)Author
2025-01-12add Abkhaz (ab) langaugepackChristian Lohmaier
2024-11-22add Santali (Ol-Chiki) languagepack (sat-Olck)Christian Lohmaier
2024-10-23add Tagalog (tl) langauge- & helppackChristian Lohmaier
2024-06-19use gb_StaticLibrary_WORKDIR and gb_Library_DLLDIR more consistentlyChristian Lohmaier
2024-06-02allow low-translation-completion-langs for dev-builds (e.g.: Sundanese)Christian Lohmaier
2024-01-22use portable "command -v" to detect installed programs, part 5Eli Schwartz
2024-01-10add Armenian (hy) language packChristian Lohmaier