Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1863)

Unified Diff: bin/bin.gypi

Issue 8276002: Use UUIDs for named pipe names on Windows instead of counter (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bin/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/bin.gypi
===================================================================
--- bin/bin.gypi (revision 399)
+++ bin/bin.gypi (working copy)
@@ -134,7 +134,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -161,7 +161,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -187,7 +187,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -248,7 +248,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -277,7 +277,7 @@
'conditions': [
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}]],
},
@@ -402,7 +402,7 @@
]}],
['OS=="win"', {
'link_settings': {
- 'libraries': [ '-lws2_32.lib' ],
+ 'libraries': [ '-lws2_32.lib', '-lRpcrt4.lib' ],
},
}],
],
« no previous file with comments | « no previous file | bin/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698