'../deps/uv/src/eio/eio.c', # file operations depend on eio to link. uv contains eio in unix builds, but not win32. So we need to compile it here instead.
# file operations depend on eio to link. uv contains eio in unix builds, but not win32. So we need to compile it here instead.
'../deps/uv/src/eio/eio.c',
],
],
'defines': [
'defines': [
'PTW32_STATIC_LIB', # we'll need to add pthread-win32 and build/depend on that.
'PTW32_STATIC_LIB',
'FD_SETSIZE=1024',
'FD_SETSIZE=1024',
# we need to use node's preferred "win32" rather than gyp's preferred "win"