tdf#148384: Really leave mail merge results dialog open upon errors
[LibreOffice.git] / wizards / Package_access2base.mk
blob0689b748a086da4d190ddab39f21df21438305d9
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Package_Package,wizards_basicsrvaccess2base,$(SRCDIR)/wizards/source/access2base))
22 $(eval $(call gb_Package_add_files,wizards_basicsrvaccess2base,$(LIBO_SHARE_FOLDER)/basic/Access2Base,\
23 _License.xba \
24 acConstants.xba \
25 Application.xba \
26 Collect.xba \
27 CommandBar.xba \
28 CommandBarControl.xba \
29 Control.xba \
30 Database.xba \
31 DataDef.xba \
32 Dialog.xba \
33 dialog.xlb \
34 dlgFormat.xdl \
35 dlgTrace.xdl \
36 DoCmd.xba \
37 Event.xba \
38 Field.xba \
39 Form.xba \
40 L10N.xba \
41 Methods.xba \
42 Module.xba \
43 OptionGroup.xba \
44 PropertiesGet.xba \
45 PropertiesSet.xba \
46 Property.xba \
47 Python.xba \
48 Recordset.xba \
49 Root_.xba \
50 script.xlb \
51 SubForm.xba \
52 TempVar.xba \
53 Test.xba \
54 Trace.xba \
55 UtilProperty.xba \
56 Utils.xba \
59 $(eval $(call gb_Package_add_files,wizards_basicsrvaccess2base,$(LIBO_LIB_PYUNO_FOLDER),\
60 access2base.py \
63 # vim: set noet sw=4 ts=4: