diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-09-08 14:29:12 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-09-08 14:29:12 -0700 |
commit | b6e0433755eb97b04b308afefeee59b18f6fe341 (patch) | |
tree | 8dabe2cd768bcd436565f7770e60331c4e029187 /deps/uv/uv.gyp | |
parent | 26834b052402aa22fa1d5d5d791f18e82dfb390b (diff) | |
download | node-new-b6e0433755eb97b04b308afefeee59b18f6fe341.tar.gz |
Upgrade libuv to 5b567b2
Diffstat (limited to 'deps/uv/uv.gyp')
-rw-r--r-- | deps/uv/uv.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/uv/uv.gyp b/deps/uv/uv.gyp index 22348e4535..709f6b69e4 100644 --- a/deps/uv/uv.gyp +++ b/deps/uv/uv.gyp @@ -88,7 +88,6 @@ 'include_dirs': [ 'src/ares/config_win32' ], - 'sources': [ 'src/ares/windows_port.c' ], 'defines': [ '_WIN32_WINNT=0x0502', 'EIO_STACKSIZE=262144', @@ -98,6 +97,7 @@ 'include/uv-private/tree.h', 'include/uv-private/uv-win.h', 'src/ares/config_win32/ares_config.h', + 'src/ares/windows_port.c', 'src/win/async.c', 'src/win/cares.c', 'src/win/core.c', @@ -245,6 +245,7 @@ 'test/test-spawn.c', 'test/test-tcp-bind-error.c', 'test/test-tcp-bind6-error.c', + 'test/test-tcp-close.c', 'test/test-tcp-writealot.c', 'test/test-threadpool.c', 'test/test-timer-again.c', |