summaryrefslogtreecommitdiff
path: root/libjingle.gyp
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-22 21:07:49 +0000
committerhenrike@webrtc.org <henrike@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-22 21:07:49 +0000
commit1a04b881e0ef480802fb01b4fbe9bcd5388d2c69 (patch)
tree4b0725745a1e97c276fb6c0699a6ac2d4af6cbd8 /libjingle.gyp
parent7b385a3d7fd52dc42ebfd4b14666cd568c2a2024 (diff)
downloadtalk-1a04b881e0ef480802fb01b4fbe9bcd5388d2c69.tar.gz
Update talk folder to revision=49713299.
TBR=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1848004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4380 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle.gyp')
-rwxr-xr-xlibjingle.gyp16
1 files changed, 7 insertions, 9 deletions
diff --git a/libjingle.gyp b/libjingle.gyp
index 270a55d..9207d0e 100755
--- a/libjingle.gyp
+++ b/libjingle.gyp
@@ -679,17 +679,15 @@
'base/winping.cc',
'base/winping.h',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lcrypt32.lib',
+ '-liphlpapi.lib',
+ '-lsecur32.lib',
+ ],
+ },
# Suppress warnings about WIN32_LEAN_AND_MEAN.
'msvs_disabled_warnings': [4005],
- 'msvs_settings': {
- 'VCLibrarianTool': {
- 'AdditionalDependencies': [
- 'crypt32.lib',
- 'iphlpapi.lib',
- 'secur32.lib',
- ],
- },
- },
}],
['os_posix==1', {
'sources': [