[pt_PT] autocorrect - added 22 words
[LibreOffice.git] / wizards / Package_access2base.mk
blobbf019c29e77a64b17d251812b5b48d71146bdd7f
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 Compatible.xba \
30 Control.xba \
31 Database.xba \
32 DataDef.xba \
33 Dialog.xba \
34 dialog.xlb \
35 dlgFormat.xdl \
36 dlgTrace.xdl \
37 DoCmd.xba \
38 Event.xba \
39 Field.xba \
40 Form.xba \
41 L10N.xba \
42 Methods.xba \
43 Module.xba \
44 OptionGroup.xba \
45 PropertiesGet.xba \
46 PropertiesSet.xba \
47 Property.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 # vim: set noet sw=4 ts=4: