export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1

export MOZ_STANDALONE_COMPOSER=1
mk_add_options MOZ_STANDALONE_COMPOSER=1

# statically linked build does not (always) run
mk_add_options MOZ_OBJDIR=m:/NVU_100/obj-static
ac_add_options --disable-shared
ac_add_options --enable-static
# do dynamically linked build
#mk_add_options MOZ_OBJDIR=m:/NVU_100/obj

ac_add_options --disable-debug
ac_add_options --enable-optimize
ac_add_options --disable-tests

ac_add_options --enable-crypto
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-mathml
ac_add_options --disable-installer
ac_add_options --disable-oji
ac_add_options --disable-necko-disk-cache
ac_add_options --enable-single-profile
ac_add_options --disable-profilesharing
ac_add_options --enable-extensions=wallet,xml-rpc,xmlextras,pref,universalchardet,webservices,editor/cascades,spellcheck
ac_add_options --enable-image-decoders=default,-xbm
