WIP
authorRyan Dahl <ry@tinyclouds.org>
Thu, 4 Aug 2011 02:57:04 +0000 (19:57 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 6 Aug 2011 10:12:05 +0000 (03:12 -0700)
.gitignore
deps/http_parser/http_parser.gyp
gyp/all.gyp

index c020350..4d94a04 100644 (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
index e9183b8..3c0fd24 100644 (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
     },
 
     {
index 56ca175..a4c10dd 100644 (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' ],