0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00

build: remove v8-node.gyp

This commit is contained in:
Ben Noordhuis 2011-11-17 23:48:40 +01:00
parent 534e41b474
commit 29d8ff51c8
3 changed files with 4 additions and 14 deletions

View File

@ -184,6 +184,9 @@
}],
],
}],
['OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
}],
],
'configurations': {
'Debug': {

View File

@ -1,13 +0,0 @@
{
'includes': [
'../../build/common.gypi',
'v8.gyp'
],
'target_defaults': {
'conditions': [
[ 'OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ],
}],
],
},
}

View File

@ -55,7 +55,7 @@
'dependencies': [
'deps/http_parser/http_parser.gyp:http_parser',
'deps/v8/tools/gyp/v8-node.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/uv/uv.gyp:uv',
'deps/zlib/zlib.gyp:zlib',
'node_js2c#host',