node/deps
Bert Belder 08acf1352c win,node-gyp: make delay-load hook optional
The delay-load hook that was landed in 3d46fef to make compiled addons
work on Windows regardless of the iojs.exe/node.exe filename causes
issues with a small amount of compiled addons.

Therefore this patch makes it an opt-in feature. An addon may set the
'win_delay_load_hook' option to 'true' in its binding.gyp to enable this
feature.

Example:

```
{
  'targets': [
    {
      'target_name': 'ernie',
      'win_delay_load_hook': 'true',
      ...
```

Refs: https://github.com/iojs/io.js/pull/1251
PR-URL: https://github.com/iojs/io.js/pull/1266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-03-26 13:32:06 -07:00
..
cares src,deps: replace LoadLibrary by LoadLibraryW 2015-01-07 23:38:28 +01:00
http_parser deps: roll back http_parser to 2.3.0 2015-01-28 16:56:44 +01:00
npm win,node-gyp: make delay-load hook optional 2015-03-26 13:32:06 -07:00
openssl deps: upgrade to openssl-1.0.1m 2015-03-19 10:08:13 -07:00
uv deps: update libuv to 1.4.2 2015-02-26 14:24:58 +01:00
v8 deps: upgrade v8 to 4.1.0.25 2015-03-23 13:28:27 +11:00
zlib deps: don't build minizip into zlib 2015-01-10 02:38:18 +01:00