fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / connectivity / Library_odbc.mk
blob82d447c4fc8b5d367b92673fa350523e942617a2
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Library_Library,odbc))
13 $(eval $(call gb_Library_set_warnings_not_errors,odbc))
15 $(eval $(call gb_Library_set_componentfile,odbc,connectivity/source/drivers/odbc/odbc))
17 $(eval $(call gb_Library_use_sdk_api,odbc))
19 $(eval $(call gb_Library_set_include,odbc,\
20 $$(INCLUDE) \
21 -I$(SRCDIR)/connectivity/inc \
22 -I$(SRCDIR)/connectivity/source/inc \
25 $(eval $(call gb_Library_use_external,odbc,odbc_headers))
27 $(eval $(call gb_Library_use_libraries,odbc,\
28 odbcbase \
29 cppu \
30 cppuhelper \
31 sal \
32 salhelper \
33 $(gb_UWINAPI) \
36 $(eval $(call gb_Library_add_exception_objects,odbc,\
37 connectivity/source/drivers/odbc/oservices \
38 connectivity/source/drivers/odbc/ORealDriver \
39 connectivity/source/drivers/odbc/OFunctions \
42 # vim: set noet sw=4 ts=4: