summaryrefslogtreecommitdiff
path: root/connectivity/Configuration_dbase.mk
blob: e6af965c976609dc75b9fe2156a9af9519a2835e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Configuration_Configuration,driver_dbase))

$(eval $(call gb_Configuration_add_spool_modules,driver_dbase,connectivity/registry/dbase,\
	org/openoffice/Office/DataAccess/Drivers-dbase.xcu \
))

$(eval $(call gb_Configuration_add_localized_datas,driver_dbase,connectivity/registry/dbase,\
	org/openoffice/Office/DataAccess/Drivers.xcu \
))

# vim: set noet sw=4 ts=4:
vist 2015-04-21Make cpp/poppler-version.h header optionalTomáš Chvátal 2015-04-01Typo: wheter->whetherJulien Nabet 2015-03-29loplugin:checkconfigmacrosStephan Bergmann 2015-03-29WaE: macro "LT_HAVE_INLINE" is not usedDavid Tardon 2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara 2015-03-11support fast MM printing in non-single-file mode only for CUPSLuboš Luňák 2015-02-10Properly check for Clang with static initializer_list bugStephan Bergmann 2015-02-06Make OUStringLiteral more usefulStephan Bergmann 2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara 2014-12-15Fixed OneDrive scope to enable content accessMihai Varga 2014-12-15OneDrive binding settingsMihai Varga