1# This make file should be identical to the beta mozconfig, apart from the
2# safeguard below
3
4. "$topsrcdir/build/mozconfig.win-common"
5. "$topsrcdir/browser/config/mozconfigs/win32/common-win32"
6. "$topsrcdir/browser/config/mozconfigs/win32/common-opt"
7
8ac_add_options --enable-official-branding
9
10# safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
11# defines.sh during the beta cycle
12export BUILDING_RELEASE=1
13
14. "$topsrcdir/build/mozconfig.common.override"
15