summaryrefslogtreecommitdiffstats
path: root/third_party/swig
diff options
context:
space:
mode:
authorkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 18:16:17 +0000
committerkkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 18:16:17 +0000
commit67df047cd552d944f52f28fcb3fd7889e8030f66 (patch)
treee12c551541ef1a56617c986386417c2b0ecbc4fe /third_party/swig
parent17a00eba8e19d37e7e94891551a2bea85deebcab (diff)
downloadchromium_src-67df047cd552d944f52f28fcb3fd7889e8030f66.zip
chromium_src-67df047cd552d944f52f28fcb3fd7889e8030f66.tar.gz
chromium_src-67df047cd552d944f52f28fcb3fd7889e8030f66.tar.bz2
Fix pyautolib so that it builds on Windows in multi-dll mode.
BUG=56736 TEST=none Review URL: http://codereview.chromium.org/5794006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/swig')
-rw-r--r--third_party/swig/README.chromium3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
index ac42927..9a205e1 100644
--- a/third_party/swig/README.chromium
+++ b/third_party/swig/README.chromium
@@ -12,5 +12,6 @@ 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.
+avoid requiring python<ver>_d.lib since we do not intend to debug python. Also
+disable a MSVC warning about mixing headers with and without _DEBUG.