15 lines
410 B
Text
15 lines
410 B
Text
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
. "$topsrcdir/browser/config/mozconfigs/win32/common-win32"
|
|
|
|
ac_add_options --enable-debug
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
# Package js shell.
|
|
export MOZ_PACKAGE_JSSHELL=1
|
|
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|