~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

« back to all changes in this revision

Viewing changes to mozilla/browser/config/mozconfigs/win32/release

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-11-08 10:00:06 UTC
  • mfrom: (1.3.8)
  • Revision ID: package-import@ubuntu.com-20121108100006-xpf89hktfitzuqc3
Tags: 1.9+build1-0ubuntu0.11.10.1
* New upstream stable release to support Thunderbird 17 (CALENDAR_1_9_BUILD1)
  - see LP: #1080212 for USN information

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
export MOZ_TELEMETRY_REPORTING=1
14
14
 
 
15
if test -n "${_PYMAKE}"; then
 
16
  mk_add_options MOZ_MAKE_FLAGS=-j4
 
17
else
 
18
  mk_add_options MOZ_MAKE_FLAGS=-j1
 
19
fi
 
20
 
15
21
if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then
16
22
  . $topsrcdir/build/win32/mozconfig.vs2010-win64
17
23
else