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, 18 Jan 2015 12:52:28 +0000 (13:52 +0100)
commit19522197ef28275344ad2f1e0799ce8106276ec1
treea544d0442fecae922488c452a5b6b83316753ec3
parenta28de9bd3684f54379ccf101f62656771002205d
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