deps: make node-gyp work again on windows
authorBert Belder <bertbelder@gmail.com>
Thu, 15 Jan 2015 00:39:30 +0000 (01:39 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 22 Feb 2015 06:43:06 +0000 (07:43 +0100)
commit97b424365a883f3b8de18b3ec3f256307a92ad09
treee8cf41248ba763e89e64b4caaa6cf24e03d68a59
parent19e3d5e10a72d637e7e2030e17c3f6431e4d8cec
deps: make node-gyp work again on windows

* Fetch from the correct url.
* Link compiled addons with iojs.lib instead of node.lib.
* Disable checksum checks for iojs.lib until our website supports
  them.

PR: https://github.com/iojs/io.js/pull/422
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-by: Rod Vagg <rod@vagg.org>
deps/npm/node_modules/node-gyp/addon.gypi
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/install.js