Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 6, 2011
1 parent 81a999c commit 518430d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

.waf*
tags
.lock-wscript
*.pyc
doc/api.xml
tools/nodejs.pc
tmp/
node
node_g
Expand All @@ -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 changes: 3 additions & 0 deletions deps/http_parser/http_parser.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
},
'defines': [ 'HTTP_PARSER_STRICT=0' ],
'sources': [ './http_parser.c', ],
<<<<<<< HEAD
'conditions': [
['OS=="win"', {
'msvs_settings': {
Expand All @@ -37,6 +38,8 @@
},
}]
],
=======
>>>>>>> WIP
},

{
Expand Down
3 changes: 2 additions & 1 deletion gyp/all.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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' ],
Expand Down

0 comments on commit 518430d

Please sign in to comment.