Move resource files to src/res.

tools/msvs/res is not an appropriate place.
This commit is contained in:
Bert Belder 2012-06-13 17:40:50 +02:00
parent a11bf99ce0
commit 0187b657ae
3 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@
[ 'OS=="win"', { [ 'OS=="win"', {
'sources': [ 'sources': [
'tools/msvs/res/node.rc', 'src/res/node.rc',
], ],
'defines': [ 'defines': [
'FD_SETSIZE=1024', 'FD_SETSIZE=1024',

View File

Before

Width:  |  Height:  |  Size: 138 KiB

After

Width:  |  Height:  |  Size: 138 KiB