Skip to content

Commit 0187b65

Browse files
committed
Move resource files to src/res.
tools/msvs/res is not an appropriate place.
1 parent a11bf99 commit 0187b65

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

node.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183

184184
[ 'OS=="win"', {
185185
'sources': [
186-
'tools/msvs/res/node.rc',
186+
'src/res/node.rc',
187187
],
188188
'defines': [
189189
'FD_SETSIZE=1024',
File renamed without changes.

0 commit comments

Comments
 (0)