summaryrefslogtreecommitdiff
path: root/xpcom
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-01-14 12:25:14 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-01-14 12:25:14 -0600
commit9dafa75a11e188bd59044dccd887ad96b2b52b5c (patch)
treee841d91e3f45b567ebb5e9399c8c2e4ed220dbd8 /xpcom
parent19993b280d8a2e9444bee07934a729ed2a5922fe (diff)
downloadaura-central-9dafa75a11e188bd59044dccd887ad96b2b52b5c.tar.gz
No Issue - Dataum is good.
Diffstat (limited to 'xpcom')
-rw-r--r--xpcom/typelib/xpt/tools/Makefile.in10
-rw-r--r--xpcom/typelib/xpt/tools/xpt.datbin0 -> 13001701 bytes
2 files changed, 10 insertions, 0 deletions
diff --git a/xpcom/typelib/xpt/tools/Makefile.in b/xpcom/typelib/xpt/tools/Makefile.in
new file mode 100644
index 000000000..e2a6de1a4
--- /dev/null
+++ b/xpcom/typelib/xpt/tools/Makefile.in
@@ -0,0 +1,10 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+include $(topsrcdir)/config/rules.mk
+
+ifdef MOZ_PHOENIX
+libs::
+ cp -RL $(srcdir)/xpt.dat $(DIST)/bin/$(MOZ_APP_NAME).res
+endif \ No newline at end of file
diff --git a/xpcom/typelib/xpt/tools/xpt.dat b/xpcom/typelib/xpt/tools/xpt.dat
new file mode 100644
index 000000000..bfd81f004
--- /dev/null
+++ b/xpcom/typelib/xpt/tools/xpt.dat
Binary files differ