mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
use process.release, make aware of io.js & node v4 differences
PR-URL: https://github.com/nodejs/node-gyp/pull/711 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
This commit is contained in:
parent
1ea7ed01f4
commit
9e9df66a06
10 changed files with 565 additions and 120 deletions
|
@ -5,6 +5,7 @@
|
|||
'product_prefix': '',
|
||||
|
||||
'include_dirs': [
|
||||
'<(node_root_dir)/include/node',
|
||||
'<(node_root_dir)/src',
|
||||
'<(node_root_dir)/deps/uv/include',
|
||||
'<(node_root_dir)/deps/v8/include'
|
||||
|
@ -78,7 +79,7 @@
|
|||
'-luuid.lib',
|
||||
'-lodbc32.lib',
|
||||
'-lDelayImp.lib',
|
||||
'-l"<(node_root_dir)/$(ConfigurationName)/node.lib"'
|
||||
'-l"<(node_root_dir)/$(ConfigurationName)/<(node_lib_file)"'
|
||||
],
|
||||
'msvs_disabled_warnings': [
|
||||
# warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue