Index: test/win/rc-build/hello.gyp |
diff --git a/test/win/rc-build/hello.gyp b/test/win/rc-build/hello.gyp |
index 8a044097662814d81179853d02c889bf8edb8b43..2bd055c244f4ccdb4cce6c06c16dac3d4b2de81e 100644 |
--- a/test/win/rc-build/hello.gyp |
+++ b/test/win/rc-build/hello.gyp |
@@ -22,6 +22,10 @@ |
'hello.cpp', |
'hello.rc', |
], |
+ 'libraries': [ |
+ 'kernel32.lib', |
+ 'user32.lib', |
+ ], |
}, |
{ |
'target_name': 'with_resources_subdir', |
@@ -41,6 +45,10 @@ |
'hello.cpp', |
'subdir/hello2.rc', |
], |
+ 'libraries': [ |
+ 'kernel32.lib', |
+ 'user32.lib', |
+ ], |
}, |
{ |
'target_name': 'resource_only_dll', |