. "$topsrcdir/build/mozconfig.common"

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

# Windows 8 SDK is required for gamepad support
# 1006630
ac_add_options --disable-gamepad

# For NSS symbols
export MOZ_DEBUG_SYMBOLS=1

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

# To enable MSVC 2010 building
. $topsrcdir/build/win32/mozconfig.vs2010
