This commit is contained in:
Ryan Dahl
2011-08-03 19:57:04 -07:00
parent 81a999c954
commit 518430db3a
3 changed files with 8 additions and 2 deletions

4
.gitignore vendored
View File

@@ -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

View File

@@ -26,6 +26,7 @@
},
'defines': [ 'HTTP_PARSER_STRICT=0' ],
'sources': [ './http_parser.c', ],
<<<<<<< HEAD
'conditions': [
['OS=="win"', {
'msvs_settings': {
@@ -37,6 +38,8 @@
},
}]
],
=======
>>>>>>> WIP
},
{

View File

@@ -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' ],