summaryrefslogtreecommitdiffstats
path: root/comm/mail/confvars.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/mail/confvars.sh
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/mail/confvars.sh')
-rwxr-xr-xcomm/mail/confvars.sh30
1 files changed, 30 insertions, 0 deletions
diff --git a/comm/mail/confvars.sh b/comm/mail/confvars.sh
new file mode 100755
index 0000000000..4218f73116
--- /dev/null
+++ b/comm/mail/confvars.sh
@@ -0,0 +1,30 @@
+#! /bin/sh
+# 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/.
+
+MOZ_APP_NAME=thunderbird
+
+if test "$OS_ARCH" = "WINNT"; then
+ if ! test "$HAVE_64BIT_BUILD"; then
+ MOZ_VERIFY_MAR_SIGNATURE=1
+ fi
+fi
+
+BROWSER_CHROME_URL=chrome://messenger/content/extensionPopup.xhtml
+
+MOZ_BRANDING_DIRECTORY=comm/mail/branding/nightly
+MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/thunderbird
+
+MOZ_APP_ID={3550f703-e582-4d05-9a08-453d09bdfdc6}
+
+MOZ_PROFILE_MIGRATOR=1
+MOZ_BINARY_EXTENSIONS=1
+MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES=1
+
+# Enable building ./signmar and running libmar signature tests
+MOZ_ENABLE_SIGNMAR=1
+
+MOZ_DEVTOOLS=all
+
+NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols