Use GetModuleHandleExW instead of GetModuleHandleW
[LibreOffice.git] / dbaccess / UIConfig_dbquery.mk
blob5af309335ea02189813ba47e2b3f17e75dd83c41
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UIConfig_UIConfig,modules/dbquery))
12 $(eval $(call gb_UIConfig_add_menubarfiles,modules/dbquery,\
13 dbaccess/uiconfig/dbquery/menubar/menubar \
16 $(eval $(call gb_UIConfig_add_toolbarfiles,modules/dbquery,\
17 dbaccess/uiconfig/dbquery/toolbar/designobjectbar \
18 dbaccess/uiconfig/dbquery/toolbar/sqlobjectbar \
19 dbaccess/uiconfig/dbquery/toolbar/toolbar \
22 # vim: set noet sw=4 ts=4: