Skip to content

Commit

Permalink
Bug 563318: Switch to MSVC 2010 on trunk. r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Jan 31, 2012
1 parent 1530b6d commit b85f3e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/config/mozconfigs/win32/debug
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ ac_add_options --enable-trace-malloc
export MOZILLA_OFFICIAL=1

mk_add_options MOZ_MAKE_FLAGS=-j1

. $topsrcdir/browser/config/mozconfigs/win32/vs2010-mozconfig
2 changes: 2 additions & 0 deletions browser/config/mozconfigs/win32/l10n-mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-update-packaging
ac_add_options --enable-official-branding
ac_add_options --with-l10n-base=../../l10n-central

. $topsrcdir/browser/config/mozconfigs/win32/vs2010-mozconfig
2 changes: 2 additions & 0 deletions browser/config/mozconfigs/win32/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

mk_add_options MOZ_MAKE_FLAGS=-j1

. $topsrcdir/browser/config/mozconfigs/win32/vs2010-mozconfig
2 changes: 2 additions & 0 deletions browser/config/mozconfigs/win32/release
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ ac_add_options --enable-official-branding
export MOZILLA_OFFICIAL=1

export MOZ_TELEMETRY_REPORTING=1

. $topsrcdir/browser/config/mozconfigs/win32/vs2010-mozconfig

0 comments on commit b85f3e9

Please sign in to comment.