mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
WIP
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,9 +1,9 @@
|
||||
|
||||
.waf*
|
||||
tags
|
||||
.lock-wscript
|
||||
*.pyc
|
||||
doc/api.xml
|
||||
tools/nodejs.pc
|
||||
tmp/
|
||||
node
|
||||
node_g
|
||||
@@ -16,4 +16,6 @@ gyp-mac-tool
|
||||
gyp/all.Makefile
|
||||
gyp/js2c.host.mk
|
||||
gyp/node.target.mk
|
||||
gyp/node_js2c.host.mk
|
||||
out/
|
||||
Makefile
|
||||
|
||||
3
deps/http_parser/http_parser.gyp
vendored
3
deps/http_parser/http_parser.gyp
vendored
@@ -26,6 +26,7 @@
|
||||
},
|
||||
'defines': [ 'HTTP_PARSER_STRICT=0' ],
|
||||
'sources': [ './http_parser.c', ],
|
||||
<<<<<<< HEAD
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'msvs_settings': {
|
||||
@@ -37,6 +38,8 @@
|
||||
},
|
||||
}]
|
||||
],
|
||||
=======
|
||||
>>>>>>> WIP
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
@@ -4,8 +4,9 @@
|
||||
'target_name': 'node',
|
||||
'type': 'executable',
|
||||
'dependencies': [
|
||||
# '../deps/http_parser/http_parser.gyp:http_parser',
|
||||
'../deps/http_parser/http_parser.gyp:http_parser',
|
||||
'../deps/v8/tools/gyp/v8.gyp:v8_snapshot',
|
||||
'../deps/uv/build/all.gyp:uv',
|
||||
'node_js2c#host'
|
||||
],
|
||||
'include_dirs': [ 'src' ],
|
||||
|
||||
Reference in New Issue
Block a user