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>
Fri, 6 Feb 2015 17:38:49 +0000 (18:38 +0100)
commit7a301e29de1e4ab5f39165beb6d0b41435c221dd
tree5445675751c0bac27905a87da4765003b8012dfd
parentb188a3459d9d8a6d0c5fd391f1aefba281407083
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