summaryrefslogtreecommitdiff
path: root/connectivity/Library_odbc.mk
blob: 9bc514c9d7d5ef2abeaf6e6eee7c99f434918d0b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# -*- 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_Library_Library,odbc))

$(eval $(call gb_Library_set_componentfile,odbc,connectivity/source/drivers/odbc/odbc,services))

$(eval $(call gb_Library_use_sdk_api,odbc))

$(eval $(call gb_Library_set_include,odbc,\
	$$(INCLUDE) \
	-I$(SRCDIR)/connectivity/inc \
	-I$(SRCDIR)/connectivity/source/inc \
	-I$(WORKDIR)/YaccTarget/connectivity/source/parse \
))

$(eval $(call gb_Library_add_defs,odbc,\
	-DOOO_DLLIMPLEMENTATION_ODBCBASE \
	$(if $(and $(filter MACOSX,$(OS)), $(if $(SYSTEM_ODBC_HEADERS),,TRUE)), \
		-DSQL_WCHART_CONVERT) \
))

$(eval $(call gb_Library_set_precompiled_header,odbc,connectivity/inc/pch/precompiled_odbc))

$(eval $(call gb_Library_use_externals,odbc,\
	boost_headers \
	odbc_headers \
))

$(eval $(call gb_Library_use_libraries,odbc,\
	cppu \
	cppuhelper \
	comphelper \
	dbtools \
	sal \
	salhelper \
	utl \
))

$(eval $(call gb_Library_add_exception_objects,odbc,\
	connectivity/source/drivers/odbc/OPreparedStatement \
	connectivity/source/drivers/odbc/OStatement \
	connectivity/source/drivers/odbc/OResultSetMetaData \
	connectivity/source/drivers/odbc/OResultSet \
	connectivity/source/drivers/odbc/OTools \
	connectivity/source/drivers/odbc/ODatabaseMetaDataResultSet \
	connectivity/source/drivers/odbc/ODatabaseMetaData \
	connectivity/source/drivers/odbc/ODriver \
	connectivity/source/drivers/odbc/OConnection \
))

# vim: set noet sw=4 ts=4:
ragma once instead of include guardsMohit Marathe 2024-03-08use more string_viewNoel Grandin 2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski 2024-01-12cid#1545535 COPY_INSTEAD_OF_MOVECaolán McNamara 2024-01-12cid#1546222 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-10cid#1546298 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-09cid#1556778 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-08cid#1546472 COPY_INSTEAD_OF_MOVECaolán McNamara 2023-12-04cid#1545597 Using invalid iteratorJulien Nabet 2023-11-16tdf#146386 deprecate, remove usage of Inet::Settings::ooInetFTPProxyNameMichael Stahl 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: stocStephan Bergmann 2023-10-18loplugin:indentationStephan Bergmann 2023-10-15tdf#101376 don't detach thread if it is the main thread on macOSPatrick Luby 2023-10-14Use exception ctors, instead of setting members laterMike Kaganski 2023-09-24tdf#157288: "Primary key" missing when right click a field during table editionJulien Nabet 2023-09-10using decls should come after #includeNoel Grandin 2023-09-09NestedRegistryImpl does not need to implement XAggreggationNoel Grandin 2023-08-24Small refactorMike Kaganski 2023-08-23tdf#156701: Move DontEnableJava handling into askForRetryMike Kaganski 2023-07-31tdf#156161: Honor "DontEnableJava" when failed because selected JRE uninstalledMike Kaganski 2023-06-18Use getXWeak in stocMike Kaganski 2023-05-25merge some stringaddsNoel Grandin