# -*- 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)) $(call gb_CustomTarget_get_target,extensions/source/activex) : \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOActionsApproval.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOActiveX.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/SOComWindowPeer.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/SODispatchInterceptor.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/StdAfx2.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/so_activex.cxx \ $(call gb_CustomTarget_get_workdir,extensions/source/activex)/% : \ $(SRCDIR)/extensions/source/activex/% cp $< $@ # vim:set shiftwidth=4 tabstop=4 noexpandtab: ce-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svtools/Module_svtools.mk
AgeCommit message (Expand)Author
2014-07-24add test for swapping of GraphicObjectDavid Tardon
2014-04-06Introduce HtmlWriter unit tests.Tomaž Vajngerl
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen
2013-12-04fdo#60698: Merge hatchwindowfactory into svtMarcos Paulo de Souza
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-11rename UI to UIConfigDavid Tardon
2013-03-21remove unused code svtools/bmpmakerKrisztian Pinter
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-11-19re-base on ALv2 code. Includes:Michael Meeks
2012-10-09convert graphic export dialog to .uiCaolán McNamara
2012-09-20introduce new option --disable-cve-testsDavid Ostrovsky