summaryrefslogtreecommitdiff
path: root/dbaccess/UIConfig_dbquery.mk
blob: 5af309335ea02189813ba47e2b3f17e75dd83c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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_UIConfig_UIConfig,modules/dbquery))

$(eval $(call gb_UIConfig_add_menubarfiles,modules/dbquery,\
	dbaccess/uiconfig/dbquery/menubar/menubar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbquery,\
	dbaccess/uiconfig/dbquery/toolbar/designobjectbar \
	dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar \
	dbaccess/uiconfig/dbquery/toolbar/toolbar \
))

# vim: set noet sw=4 ts=4:
090ae3caef'>Simplify down to a single appendSQLWCHARs functionStephan Bergmann 2014-09-19Better -Werror,-Wunused-function workaroundStephan Bergmann 2014-09-19oups... fudge to match system ABI when *not* using system ODBC headersLionel Elie Mamane 2014-09-19fdo#83924 align with system ODBC ABI on MacOSX: SQL_WCHAR is wchar_tLionel Elie Mamane 2014-06-04update_pch: add a bunch of pch filesThomas Arnhold 2014-02-06Enable -Werror in Library_odbc againStephan Bergmann 2013-12-24fdo#60698: Merge odbcbase into odbcMarcos Paulo de Souza 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-05-29WaE: "SQL_API" redefinedDavid Tardon 2012-05-29update gbuild function namesDavid Tardon 2012-05-29improve odbc headers handlingMatúš Kukan 2012-05-29connectivity: fix circular depsPeter Foley 2012-05-29connectivity: convert odbc to gbuildPeter Foley