# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Executable_Executable,svidl)) $(eval $(call gb_Executable_use_external,svidl,boost_headers)) $(eval $(call gb_Executable_set_include,svidl,\ $$(INCLUDE) \ -I$(SRCDIR)/idl/inc \ )) $(eval $(call gb_Executable_use_sdk_api,svidl)) $(eval $(call gb_Executable_use_libraries,svidl,\ tl \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,svidl,\ idl/source/cmptools/hash \ idl/source/cmptools/lex \ idl/source/objects/basobj \ idl/source/objects/bastype \ idl/source/objects/module \ idl/source/objects/object \ idl/source/objects/slot \ idl/source/objects/types \ idl/source/prj/command \ idl/source/prj/database \ idl/source/prj/globals \ idl/source/prj/svidl \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_subsequent_filters_test.mk
AgeCommit message (Expand)Author
2019-12-09Fix use_more_fonts Makefile typosJan-Marek Glogowski
2019-10-04add gbuild function for a common PCH and use it in sc/ and sax/Luboš Luňák
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski
2018-07-27add test for tdf#109132Markus Mohrhard
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-04-27Remove remaining references to xsec_xmlsec.windowsMiklos Vajna
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-09-02tdf#111974: Ensure sufficient space for all sheets in FormulaBuffer...Dennis Francis
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-01-26[API CHANGE] offapi: remove unused xsec_fw UNO servicesMiklos Vajna
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-09-18Link orcus headers and libs to subsequent filters testJaskaran Singh
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-03-08sc: remove unnecessary orcus external usage from makefilesMichael Stahl
2015-05-13Unit test for tdf#83366Henry Castro
2014-07-19these tests need libxml2 now for the headersMarkus Mohrhard
2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard
2014-06-26enable the testMarkus Mohrhard
2014-06-25bnc#882595: Write test for this. Disabled due to VBA not working in cppunit.Kohei Yoshida
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan