diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 04:20:02 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 04:20:02 +0000 |
commit | 630fdbaf3eeebd87f476c5b04d199ffe21c6d9e4 (patch) | |
tree | 44c02c5d9b79d07b18b2fc1ad85efe2d255faf0c /third_party/bsdiff/bsdiff.gyp | |
parent | 33825b8a884c8fb375ae685e9a6a5b0751574a5c (diff) | |
download | chromium_src-630fdbaf3eeebd87f476c5b04d199ffe21c6d9e4.zip chromium_src-630fdbaf3eeebd87f476c5b04d199ffe21c6d9e4.tar.gz chromium_src-630fdbaf3eeebd87f476c5b04d199ffe21c6d9e4.tar.bz2 |
Remove the old checked-in SCons and Visual Studio files for
bsdiff and bspatch. svn:ignore the new generated ones.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/115819
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/bsdiff/bsdiff.gyp')
-rw-r--r-- | third_party/bsdiff/bsdiff.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/bsdiff/bsdiff.gyp b/third_party/bsdiff/bsdiff.gyp index c473993..e4eb03c 100644 --- a/third_party/bsdiff/bsdiff.gyp +++ b/third_party/bsdiff/bsdiff.gyp @@ -14,6 +14,11 @@ 'dependencies': [
'../bspatch/bspatch.gyp:bspatch',
],
+ 'link_settings': {
+ 'libraries': [
+ '-lWs2_32.lib',
+ ],
+ },
'sources': [
'mbsdiff.cc',
],
|