suite/config/mozconfigs/win32/l10n-mozconfig
author welpy-cw <h.w.forms@arcor.de>
Thu, 24 Jul 2025 22:17:43 +0000 (28 minutes ago)
changeset 45575 337a3f0e92900fed5f829874b5b79fa5545f0c98
parent 24457 256398d3eabe47d958a46a8a1ac622cb0b8b9be2
permissions -rw-r--r--
Bug 1979097 - Fix handling of failed QueryInterface when saving account settings. r=edicharry Differential Revision: https://phabricator.services.mozilla.com/D258594
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}

. $TOOLTOOL_DIR/build/mozconfig.win-common
. $TOOLTOOL_DIR/build/mozconfig.common
. $TOOLTOOL_DIR/build/win32/mozconfig.vs-latest
. $TOOLTOOL_DIR/comm/suite/config/mozconfigs/common

ac_add_options --with-l10n-base=../../l10n
ac_add_options --enable-application=comm/suite
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}

# Build lightning locales
ac_add_options --enable-calendar

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# Set up mapi includes (must be done after visual studio setup)
export INCLUDE=$INCLUDE:/c/Office\ 2010\ Developer\ Resources/Outlook\ 2010\ MAPI\ Headers
mk_export_correct_style INCLUDE