Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-06-17 00:41:37 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-21 05:05:18 +0400
commitf0ce98441ff7315e6a6c268dabcec58fc37da926 (patch)
tree9d0f41c17dbf55b42796cac9d725ba42c88c90e1 /node.gyp
parentd98a8578d62cd1b35574269dc028a0c8c34ef25b (diff)
fs: make fs.watchFile() work on windows
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 3906d664bd6..0816442e47f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -82,6 +82,7 @@
'src/node_main.cc',
'src/node_os.cc',
'src/node_script.cc',
+ 'src/node_stat_watcher.cc',
'src/node_string.cc',
'src/node_zlib.cc',
'src/pipe_wrap.cc',
@@ -208,7 +209,6 @@
'defines': [ '__POSIX__' ],
'sources': [
'src/node_signal_watcher.cc',
- 'src/node_stat_watcher.cc',
'src/node_io_watcher.cc',
]
}],