# -*- 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,bmpfuzzer)) $(eval $(call gb_Executable_use_api,bmpfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,bmpfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,bmpfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,bmpfuzzer,\ $(fuzzer_core_libraries) \ )) $(eval $(call gb_Executable_use_static_libraries,bmpfuzzer,\ findsofficepath \ ulingu \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,bmpfuzzer,\ vcl/workben/bmpfuzzer \ )) $(eval $(call gb_Executable_add_libs,bmpfuzzer,\ -lFuzzingEngine \ )) # vim: set noet sw=4 ts=4: eta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/gbuild/AllLangHelp.mk
AgeCommit message (Expand)Author
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen
2013-05-06gbuild: predefine list of help packs to buildDavid Tardon
2013-05-06Did not want to push this thing ;)Fridrich Štrba
2013-05-06WRITER_DEBUG_MSG -> SAL_[INFO/WARN]Fridrich Štrba
2013-05-06gbuild: only add files to existing help packsDavid Tardon
2013-04-15gbuild: deliver help files as packagesDavid Tardon
2013-04-15gbuild: pass config. file to HelpTarget explicitlyDavid Tardon
2013-03-04avoid doubling en-USPeter Foley
2013-03-04create qtz help packs tooDavid Tardon
2013-03-02always build help for en-USPeter Foley
2013-02-28pack help index files correctlyDavid Tardon
2013-02-28do not create index for shared help moduleDavid Tardon
2013-02-28hack for adding err.html into shared help packDavid Tardon
2013-02-27make sure that outdir existsDavid Tardon
2013-02-26add support for building help packs into gbuildDavid Tardon