Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 747860 - Put vs2010 configurations into a common directory - move…
Browse files Browse the repository at this point in the history
… them to under build/ where the other compiler type mozconfigs are. r=ted
  • Loading branch information
Mark Banner committed Apr 23, 2012
1 parent 08cbbae commit 8768760
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win32/debug
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export MOZILLA_OFFICIAL=1

mk_add_options MOZ_MAKE_FLAGS=-j1

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

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win32/l10n-mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ 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
. $topsrcdir/build/win32/mozconfig.vs2010
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win32/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export MOZ_TELEMETRY_REPORTING=1

mk_add_options MOZ_MAKE_FLAGS=-j1

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

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win32/release
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export MOZILLA_OFFICIAL=1

export MOZ_TELEMETRY_REPORTING=1

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

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win64/debug
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mk_add_options MOZ_MAKE_FLAGS=-j1
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1

. $topsrcdir/browser/config/mozconfigs/win64/vs2010-mozconfig
. $topsrcdir/build/win64/mozconfig.vs2010
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win64/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ mk_add_options MOZ_MAKE_FLAGS=-j1
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1

. $topsrcdir/browser/config/mozconfigs/win64/vs2010-mozconfig
. $topsrcdir/build/win64/mozconfig.vs2010
File renamed without changes.
File renamed without changes.

0 comments on commit 8768760

Please sign in to comment.