summaryrefslogtreecommitdiff
path: root/dbaccess/UIConfig_dbapp.mk
blob: 1611108fa0beeae13d0f6c299ab79b9b81b09bd0 (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
# -*- 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/dbapp))

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

$(eval $(call gb_UIConfig_add_statusbarfiles,modules/dbapp,\
	dbaccess/uiconfig/dbapp/statusbar/statusbar \
))

$(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbapp,\
	dbaccess/uiconfig/dbapp/toolbar/formobjectbar \
	dbaccess/uiconfig/dbapp/toolbar/queryobjectbar \
	dbaccess/uiconfig/dbapp/toolbar/reportobjectbar \
	dbaccess/uiconfig/dbapp/toolbar/tableobjectbar \
	dbaccess/uiconfig/dbapp/toolbar/toolbar \
))

# vim: set noet sw=4 ts=4:
22 11:08:32 +0200'>2013-09-22desktop: soffice.bin and unopkg.bin cleanupMichael Stahl 2013-09-22gbuild: make the DLL the LinkTarget of Library and CppunitTestMichael Stahl 2013-09-22cppu: rename purpose environment librariesMichael Stahl 2013-09-14Clean up Mac OS X .jnilibsStephan Bergmann 2013-09-11soffice.bin is named soffice on Mac OS XStephan Bergmann 2013-06-16Don't build icule library as we no longer use itKhaled Hosny 2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan 2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan 2013-06-07gbuild: do not register static librariesMatúš Kukan 2013-06-03re-base on ALv2 code. Includes:Michael Meeks 2013-04-23kill RTLIBS group; and autoinstall the librariesMatúš Kukan 2013-04-21pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimesMichael Stahl