| Index: third_party/libevent/libevent.scons
|
| ===================================================================
|
| --- third_party/libevent/libevent.scons (revision 3638)
|
| +++ third_party/libevent/libevent.scons (working copy)
|
| @@ -2,12 +2,16 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -# This SConscript is currently only suitable for Linux.
|
|
|
| +__doc__ = """
|
| +Configuration for building event.lib / libevent.a.
|
| +
|
| +This is currently only suitable for Linux and Mac.
|
| +"""
|
| +
|
| Import('env')
|
|
|
| -env = env.Clone(
|
| -)
|
| +env = env.Clone()
|
|
|
| env.Append(
|
| CPPDEFINES = [
|
|
|
| Property changes on: third_party/libevent/libevent.scons
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/third_party/libevent/SConscript:r69-2775
|
|
|
|
|