summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 18:10:25 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-09 18:10:25 +0000
commit2e981ac35da47f84ee5a197e4a54a9f69a3b825d (patch)
treee69d3b06a1a4cfd474a3fbc98ffb2085822e9f1f /third_party
parenta677692d41dc6843fd85e4507f8ec2a1f378be4a (diff)
downloadchromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.zip
chromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.tar.gz
chromium_src-2e981ac35da47f84ee5a197e4a54a9f69a3b825d.tar.bz2
- Update README.chromium to mention change to swig libs in third_party
- Provide platform-specific macros to swig. - Update DEPS to use right swig updates To be committed _after_ accompanying CL: http://codereview.chromium.org/661334 BUG=32285 TEST=None Review URL: http://codereview.chromium.org/661342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/swig/README.chromium32
1 files changed, 17 insertions, 15 deletions
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
index 7e17203..874229a 100644
--- a/third_party/swig/README.chromium
+++ b/third_party/swig/README.chromium
@@ -1,15 +1,17 @@
-URL: http://www.swig.org/download.html
-Version: 1.3.40
-License: BSD
-License File: LICENSE
-
-Description:
-Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
-that connects programs written in C and C++ with scripting languages such as
-Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
-C/C++ header files and using them to generate the wrapper code that scripting
-languages need to access the underlying C/C++ code.
-
-Local Modifications:
-Removed all non-python bindings from Lib/.
-
+URL: http://www.swig.org/download.html
+Version: 1.3.40
+License: BSD
+License File: LICENSE
+
+Description:
+Simplified Wrapper and Interface Generator (SWIG) is an interface compiler
+that connects programs written in C and C++ with scripting languages such as
+Perl, Python, Ruby, and Tcl. It works by taking the declarations found in
+C/C++ header files and using them to generate the wrapper code that scripting
+languages need to access the underlying C/C++ code.
+
+Local Modifications:
+- Removed all non-python bindings from Lib/.
+- Edit Lib/python/pyruntime.swg to include Python.h without the _DEBUG macro to
+avoid requiring python<ver>_d.lib since we do not intend to debug python.
+