Updates for VC++ projects.

This commit is contained in:
Ben Vanik
2013-02-06 19:57:45 -08:00
parent 7435a327f7
commit 7009cd8047
3 changed files with 22 additions and 2 deletions

View File

@@ -37,9 +37,10 @@
}],
['_type=="executable"', {
'conditions': [
['OS != "mac"', {
['OS == "win"', {
'libraries': [
'<@(llvm_libs)',
'wsock32',
],
}],
['OS == "mac"', {