mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 747860 - Put vs2010 configurations into a common directory - move them to under build/ where the other compiler type mozconfigs are. r=ted
--HG-- rename : browser/config/mozconfigs/win32/vs2010-mozconfig => build/win32/mozconfig.vs2010 rename : browser/config/mozconfigs/win64/vs2010-mozconfig => build/win64/mozconfig.vs2010
This commit is contained in:
parent
06098487ea
commit
cb38d3c2c1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user