Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 . "$topsrcdir/build/mozconfig.win-common"
2 MOZ_AUTOMATION_L10N_CHECK=0
3 . "$topsrcdir/browser/config/mozconfigs/common"
5 ac_add_options --enable-debug
6 ac_add_options --enable-trace-malloc
7 ac_add_options --enable-signmar
9 # Needed to enable breakpad in application.ini
10 export MOZILLA_OFFICIAL=1
12 if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
13 . $topsrcdir/build/win32/mozconfig.vs2010-win64
14 else
15 . $topsrcdir/build/win32/mozconfig.vs2010
16 fi
18 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
19 ac_add_options --enable-warnings-as-errors
21 # Package js shell.
22 export MOZ_PACKAGE_JSSHELL=1
24 . "$topsrcdir/build/mozconfig.cache"
26 . "$topsrcdir/build/mozconfig.common.override"