diff options
author | Ryan <ry@tinyclouds.org> | 2009-06-20 16:44:06 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-06-20 16:55:40 +0200 |
commit | 83cb156b6f77c11e2a2068e3b75b69c4eea2dfd2 (patch) | |
tree | 50b1e7180c70b23213e82d4ab48c9cdeb5ab7ca2 /wscript | |
parent | 25d14bd0015b995913bfb5b9590ff5f0c9be09c1 (diff) | |
download | nodejs-83cb156b6f77c11e2a2068e3b75b69c4eea2dfd2.tar.gz nodejs-83cb156b6f77c11e2a2068e3b75b69c4eea2dfd2.tar.bz2 nodejs-83cb156b6f77c11e2a2068e3b75b69c4eea2dfd2.zip |
skelton of node.Process
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ def build(bld): src/net.cc src/file.cc src/timer.cc + src/process.cc src/constants.cc """ node.includes = """ |