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:
authorIgor Zinkovsky <igorzi@microsoft.com>2011-11-11 01:04:34 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-11-11 01:22:13 +0400
commit09329e78332369b46a7f38f2071c871262591bc0 (patch)
tree732d8109625c17cc5ea1f6d7b5e54d9b2e7c3211 /node.gyp
parent78ca5558451e29a6245f7a75c9b454a6ce7012f3 (diff)
Add node.rc with a version resource
Fixes #2059
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index de5574b5694..abc83c51b37 100644
--- a/node.gyp
+++ b/node.gyp
@@ -155,6 +155,7 @@
'src/platform_win32.cc',
# headers to make for a more pleasant IDE experience
'src/platform_win32.h',
+ 'tools/msvs/res/node.rc',
],
'defines': [
'FD_SETSIZE=1024',