# -*- 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_CustomTarget_CustomTarget,extensions/source/activex/idl)) extensions_AXIDLDIR := $(call gb_CustomTarget_get_workdir,extensions/source/activex/idl) $(call gb_CustomTarget_get_target,extensions/source/activex/idl) : \ $(extensions_AXIDLDIR)/so_activex.tlb # XXX: I presume that the "$(COM)"=="GCC" case in the original # extensions/source/activex/msidl/makefile.mk was for the # use-mingw-on-windows case and thus is not interesting for us. $(extensions_AXIDLDIR)/so_activex.tlb : \ $(SRCDIR)/extensions/source/activex/so_activex.idl \ | $(extensions_AXIDLDIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),IDL,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),IDL) $(call gb_Helper_abbreviate_dirs, \ midl.exe \ -tlb $@ \ -h $(extensions_AXIDLDIR)/so_activex.h \ -iid $(extensions_AXIDLDIR)/so_activex_i.c \ -dlldata $(extensions_AXIDLDIR)/so_activex_dll.c \ -proxy $(extensions_AXIDLDIR)/so_activex_p.c \ -Oicf \ $(INCLUDE) \ $<) $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),IDL) # vim:set shiftwidth=4 tabstop=4 noexpandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas/CppunitTest_cppcanvas_emfplus.mk
AgeCommit message (Expand)Author
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-17Fix CppunitTest_cppcanvas_emfplusStephan Bergmann
2016-07-28Revert "temp tinderbox fix"Caolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-11-23CppunitTest_cppcanvas_emfplus: adapt to now enabled sidebar in DrawMiklos Vajna
2014-11-16emfplus: re-work and cleanup unit testMichael Meeks
2014-08-08Missing test dependenciesStephan Bergmann
2014-07-29fdo#81799 we need cppuhelper here tooDavid Tardon
2014-06-12Fix vclplug_* dependencies for gb_CppunitTest_use_vclStephan Bergmann
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-04-10fdo#77229 testcaseMiklos Vajna