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_ExternalPackage_ExternalPackage
,moz_runtime
,mozruntime
))
12 $(eval
$(call gb_ExternalPackage_add_unpacked_files_with_dir
,moz_runtime
,$(LIBO_BIN_FOLDER
),\
13 components
/addrbook.dll \
14 components
/addrbook.xpt \
17 components
/mozldap.dll \
18 components
/mozldap.xpt \
19 components
/necko.dll \
20 components
/necko_dns.xpt \
21 components
/pipnss.dll \
23 components
/profile.dll \
25 components
/uconv.dll \
26 components
/vcard.dll \
27 components
/xpc3250.dll \
28 components
/xpcom_base.xpt \
29 components
/xpcom_compat_c.dll \
30 components
/xpcom_components.xpt \
31 components
/xpcom_ds.xpt \
32 components
/xpcom_io.xpt \
33 components
/xpcom_obsolete.xpt \
34 components
/xpcom_thread.xpt \
35 components
/xpcom_xpti.xpt \
36 components
/xppref32.dll \
37 defaults
/autoconfig
/platform.js \
38 defaults
/autoconfig
/prefcalls.js \
39 defaults
/pref
/browser-prefs.js \
40 defaults
/pref
/mailnews.js \
41 defaults
/pref
/mdn.js \
42 defaults
/pref
/smime.js \
44 greprefs
/security-prefs.js \
55 # vim: set noet sw=4 ts=4: