# -*- 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,fodsfuzzer)) $(eval $(call gb_Executable_use_api,fodsfuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodsfuzzer,\ $(fuzzer_externals) \ )) $(eval $(call gb_Executable_set_include,fodsfuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodsfuzzer,\ $(fuzzer_calc_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,fodsfuzzer,\ findsofficepath \ ulingu \ fuzzer_calc \ fuzzerstubs \ )) $(eval $(call gb_Executable_add_exception_objects,fodsfuzzer,\ vcl/workben/fodsfuzzer \ )) $(eval $(call gb_Executable_add_libs,fodsfuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility
AgeCommit message (Expand)Author
2012-07-02Remove unused definesThomas Arnhold
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-29fdo#39425: Remove DBG_NAME, DBG_CTOR, DBG_DTOR and debug.hxx in accessibilityJacek Wolszczak
2012-06-29fdo#39425: Replace DBG_ASSERT macros with OSL_ equivalents in accessibilityJacek Wolszczak
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin
2012-06-29Remove UNO includes commentsThomas Arnhold
2012-06-25remove some annoying XubStringsCaolán McNamara
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
2012-06-11re-base on ALv2 code.Michael Meeks
2012-06-09Remove superfluous empty lines on topThomas Arnhold
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-29nuke unused typedefTakeshi Abe
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan
2012-05-01make javah work for me with JDK7 under windowsCaolán McNamara
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan
2012-03-23.java files don't need executable bitsMichael Stahl
2012-02-20WaE: ununsed variablesCaolán McNamara
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2011-12-24fix gbuildified accessibilty on windowsPeter Foley
2011-12-23use generated java sourceDavid Tardon
2011-12-23avoid copying hackDavid Tardon
2011-12-23remove unused fileDavid Tardon
2011-12-23convert windows-specific bits, part 2: libDavid Tardon
2011-12-23convert windows-specific bits, part 1: jarsDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon