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