summaryrefslogtreecommitdiff
path: root/dbaccess/Library_sdbt.mk
blob: 08d483a8eb32aeb51ecc392461706186d156dc68 (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
# -*- 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,sdbt))

$(eval $(call gb_Library_set_include,sdbt,\
    $$(INCLUDE) \
	-I$(SRCDIR)/dbaccess/source/inc/ \
	-I$(SRCDIR)/dbaccess/source/sdbtools/inc \
))

$(eval $(call gb_Library_use_external,sdbt,boost_headers))

$(eval $(call gb_Library_set_precompiled_header,sdbt,$(SRCDIR)/dbaccess/inc/pch/precompiled_sdbt))

$(eval $(call gb_Library_use_sdk_api,sdbt))

$(eval $(call gb_Library_use_libraries,sdbt,\
    comphelper \
    cppu \
    cppuhelper \
    dbtools \
    sal \
    salhelper \
    tl \
    utl \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_set_componentfile,sdbt,dbaccess/util/sdbt))

$(eval $(call gb_Library_add_exception_objects,sdbt,\
    dbaccess/source/sdbtools/connection/connectiontools \
    dbaccess/source/sdbtools/connection/datasourcemetadata \
    dbaccess/source/sdbtools/connection/objectnames \
    dbaccess/source/sdbtools/connection/tablename \
    dbaccess/source/sdbtools/misc/module_sdbt \
    dbaccess/source/sdbtools/misc/sdbt_services \
    dbaccess/source/shared/sdbtstrings \
))

# vim: set noet sw=4 ts=4:
4a51d725aab4c5ff53'>Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2013-01-09resolved fdo#58503 restore awkward handling of empty locale for legacyEike Rathke 2012-12-21fdo#57545 remove redundant capitalType functionsQuentin Pradet 2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin 2012-11-24get rid of CreateLocale() and relatedEike Rathke 2012-10-30fdo#46808, Adapt linguistic2::LinguServiceManager UNO service to new styleNoel Grandin 2012-10-08re-base on ALv2 code. Includes:Michael Meeks 2012-07-02Remove unused definesThomas Arnhold 2012-06-21re-base on ALv2 code.Michael Meeks 2012-05-11More visibility markup needed for Mac OS XTor Lillqvist 2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann 2012-02-08unusedcode.easy: Removed unused code (linguistic)Alexander Bergmann 2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud 2011-11-27remove include of pch header from linguisticNorbert Thiebaud 2011-09-28unused ctor, and use boost::noncopyableCaolán McNamara 2011-09-22callcatcher: remove unused codeCaolán McNamara