Bug 1259782 - Build with Visual Studio 2015 Update 2; r=ted

Should be a drop-in replacement for VS2015u1.

MozReview-Commit-ID: HSmdikYPR0j

--HG--
extra : rebase_source : 30a63dd245cbab99de849004f975b9104272dbfc
This commit is contained in:
Gregory Szorc 2016-04-22 12:51:23 -07:00
Родитель c5b33d0cbb
Коммит d66e0376ba
6 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -21,11 +21,11 @@
"unpack": true
},
{
"version": "Visual Studio 2015 Update 1 / SDK 10.0.10586.0",
"size": 330570496,
"digest": "0379fd087705f54aeb335449e6c623cd550b656d7110acafd1e5b315e1fc9272b7cdd1e37f99d575b16ecba4e8e4fe3af965967a3944c023b83caf68fa684888",
"version": "Visual Studio 2015 Update 2 / SDK 10.0.10586.0/212",
"size": 332343834,
"digest": "55814aaabcd4aa51fe85918ec02a8c29bc067d41ee79ddcfd628daaba5a06d4241a73a51bf5a8bc69cc762b52551009f44b05e65682c45b4684c17fb2d017c2c",
"algorithm": "sha512",
"filename": "vs2015u1.zip",
"filename": "vs2015u2.zip",
"unpack": true
}
]

Просмотреть файл

@ -22,11 +22,11 @@
"unpack": true
},
{
"version": "Visual Studio 2015 Update 1 / SDK 10.0.10586.0",
"size": 330570496,
"digest": "0379fd087705f54aeb335449e6c623cd550b656d7110acafd1e5b315e1fc9272b7cdd1e37f99d575b16ecba4e8e4fe3af965967a3944c023b83caf68fa684888",
"version": "Visual Studio 2015 Update 2 / SDK 10.0.10586.0/212",
"size": 332343834,
"digest": "55814aaabcd4aa51fe85918ec02a8c29bc067d41ee79ddcfd628daaba5a06d4241a73a51bf5a8bc69cc762b52551009f44b05e65682c45b4684c17fb2d017c2c",
"algorithm": "sha512",
"filename": "vs2015u1.zip",
"filename": "vs2015u2.zip",
"unpack": true
}
]

Просмотреть файл

@ -45,7 +45,7 @@ Be sure to follow these install instructions:
selected)
3. Under ``Windows and Web Development`` uncheck everything except
``Universal Windows App Development Tools`` and the items under it
(should be ``Tools (1.2)...`` and the ``Windows 10 SDK``).
(should be ``Tools (1.2.1)...`` and the ``Windows 10 SDK``).
Once Visual Studio 2015 Community has been installed, from a checkout
of mozilla-central, run something like the following to produce a ZIP

Просмотреть файл

@ -1,6 +1,6 @@
if [ -z "${VSPATH}" ]; then
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u1"
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u2"
fi
export WINDOWSSDKDIR="${VSPATH}/SDK"

Просмотреть файл

@ -1,6 +1,6 @@
if [ -z "${VSPATH}" ]; then
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u1"
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u2"
fi
export WINDOWSSDKDIR="${VSPATH}/SDK"

Просмотреть файл

@ -10,7 +10,7 @@ topsrcdir="$SOURCE"
# Tooltool installs in parent of topsrcdir for spidermonkey builds.
# Resolve that path since the mozconfigs assume tooltool installs in
# topsrcdir.
VSPATH="$(cd ${topsrcdir}/.. && pwd)/vs2015u1"
VSPATH="$(cd ${topsrcdir}/.. && pwd)/vs2015u2"
# When running on a developer machine, several variables will already
# have the right settings and we will need to keep them since the