# -*- 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/. # $(eval $(call gb_Package_Package,cli_basetypes_copy,$(INSTROOT))) # duplicate copy to work around CLR DLL finding brain damage $(eval $(call gb_Package_add_files,cli_basetypes_copy,$(SDKDIRNAME)/bin,\ $(LIBO_URE_LIB_FOLDER)/cli_basetypes.dll \ )) # vim: set noet sw=4 ts=4: o/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_namedrangesobj.mk
AgeCommit message (Expand)Author
2018-03-11extract common components to one place for sc unoapi testsTomaž Vajngerl
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-10-06Process all pending events during Cppunit setUpJan-Marek Glogowski
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-07-28Add various uui dependencyGiuseppe Castagno
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-11-23Remaining fixes for sc.subsequentcheckMiklos Vajna
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-06-26sort libraries and components in sc test makefilesMarkus Mohrhard
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-04sc: Fix bunch of testsMaxim Monastirsky
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist