summaryrefslogtreecommitdiff
path: root/odk/Package_unowinreg.mk
blob: a62ddadebd046f47cd609c071d73edfc01a17786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- 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/.
#

ifeq ($(BUILD_UNOWINREG),YES)
ifeq ($(COM),MSC)
odk_unowinreg_DIR := $(WORKDIR)/LinkTarget/Library
else
odk_unowinreg_DIR := $(call gb_CustomTarget_get_workdir,odk/unowinreg)
endif
odk_unowinreg_FILE := unowinreg.dll
else # BUILD_UNOWINREG=NO
odk_unowinreg_DIR := $(TARFILE_LOCATION)
odk_unowinreg_FILE := $(UNOWINREG_DLL)
endif

$(eval $(call gb_Package_Package,odk_unowinreg,$(odk_unowinreg_DIR)))

$(eval $(call gb_Package_set_outdir,odk_unowinreg,$(INSTDIR)))

$(eval $(call gb_Package_add_file,odk_unowinreg,$(SDKDIRNAME)/classes/win/unowinreg.dll,$(odk_unowinreg_FILE)))

# vim: set noet sw=4 ts=4:
7-14tdf#92471: Improve color conversion to MSO highlightingZolnai Tamás 2014-11-06add a build-time regression test for pcd file formatCaolán McNamara 2014-10-20add eps import regression testCaolán McNamara 2014-10-18add a regression test for .met filesCaolán McNamara 2014-08-09add dxf import testsCaolán McNamara 2014-07-07fdo#80955 - add a unit test.Michael Meeks 2014-05-01Introduce centralized detection for storage-based filesMaxim Monastirsky 2014-04-18add ppm regression testCaolán McNamara 2014-04-17add regression tests for psd filterCaolán McNamara 2014-04-17add tests for CVE-2008-1097, etc.Caolán McNamara 2014-04-11add a ras import testCaolán McNamara 2014-03-04filter: make LibXSLTTransformer init backward compatibleMichael Stahl 2014-03-01Merge HTML detection to text detection serviceMaxim Monastirsky 2014-01-23related: fdo#73682 Introduce HTML detection serviceMaxim Monastirsky 2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen 2013-11-14fix buildMarkus Mohrhard 2013-11-14make l10n buildable separatelyBjoern Michaelsen 2013-11-13Convert ImpSWFDialog.src to uiLaurent Balland-Poirier 2013-05-01install xslt filters using filelistDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-11rename UI to UIConfigDavid Tardon 2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl