# -*- 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) \ pdffilter \ )) $(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: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
AgeCommit message (Expand)Author
2014-09-12sfx2: remove optimization disabling workaround for GCC 4.2 bugMichael Stahl
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
2014-07-08use SimpleReferenceObject in svtools moduleNoel Grandin
2014-04-17More generic way to disable avmediaTor Lillqvist
2014-01-16Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""Stephan Bergmann
2014-01-15Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxAppDispatchProvider.Matúš Kukan
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan
2013-12-13startcenter: Make the default icons appear as on a piece of paper.Jan Holesovsky