From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- toolkit/content/buildconfig.html | 66 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 toolkit/content/buildconfig.html (limited to 'toolkit/content/buildconfig.html') diff --git a/toolkit/content/buildconfig.html b/toolkit/content/buildconfig.html new file mode 100644 index 000000000..d3373f54c --- /dev/null +++ b/toolkit/content/buildconfig.html @@ -0,0 +1,66 @@ + +# 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/. +# +#filter substitution +#include @TOPOBJDIR@/source-repo.h + + + + + about:buildconfig + + + + +

about:buildconfig

+#ifdef MOZ_SOURCE_URL +

Source

+

Built from @MOZ_SOURCE_URL@

+#endif +

Build platform

+ + + + + + + + + +
target
@target@
+

Build tools

+ + + + + + + + + + + + + + + +#ifndef BUILD_FASTER + +#endif + + +
CompilerVersionCompiler flags
@CC@@CC_VERSION@@CFLAGS@
@CXX@@CC_VERSION@@CXXFLAGS@ @CPPFLAGS@
+

Configure options

+

@MOZ_CONFIGURE_OPTIONS@

+#ifdef ANDROID +

Package name

+

@ANDROID_PACKAGE_NAME@

+#endif + + -- cgit v1.2.3