mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
533 B
Plaintext
18 lines
533 B
Plaintext
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
|
|
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
|
|
ac_add_options --enable-update-packaging
|
|
ac_add_options --with-l10n-base=../../l10n
|
|
ac_add_options --enable-metro
|
|
ac_add_options --with-windows-version=601
|
|
|
|
export MOZILLA_OFFICIAL=1
|
|
|
|
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
|
|
. $topsrcdir/build/win32/mozconfig.vs2010-win64
|
|
else
|
|
. $topsrcdir/build/win32/mozconfig.vs2010
|
|
fi
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|