summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp7
1 files changed, 5 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 939870a561..c7928d6787 100644
--- a/node.gyp
+++ b/node.gyp
@@ -253,8 +253,11 @@
{
'action_name': 'node_etw',
'inputs': [ 'src/res/node_etw_provider.man' ],
- 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)' ],
- 'action': [ 'mc <@(_inputs) -h <@(_outputs) -r <@(_outputs)' ]
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/node_etw_provider.rc',
+ '<(SHARED_INTERMEDIATE_DIR)/node_etw_provider.h',
+ ],
+ 'action': [ 'mc <@(_inputs) -h <(SHARED_INTERMEDIATE_DIR) -r <(SHARED_INTERMEDIATE_DIR)' ]
}
]
} ]