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: http://src.chromium.org/svn/trunk/deps/third_party/swig/Lib@69281
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
Prepare swig for running pyauto on win.
Work around a weird python nag on win. Python.h uses a _DEBUG macro to conditionally load debug version of the python lib. This conflicts with MSVS which defines _DEBUG in Debug configuration.
This change works around this problem by including Python.h without the _DEBUG macro, since we don't want to debug python itself in any case.
Accompanying CL in Cr src: http://codereview.chromium.org/661342
Review URL: http://codereview.chromium.org/661334
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/swig/Lib@40423
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c
Checkin swig binaries for win, linux and Mac
Swig needs to be checked in because windows and linux don't come with swig by default. Mac does, but I've included Mac binaries nevertheless for
version consistency.
Not enabled, so nothing should break yet.
BUG=32285
TEST=None
Review URL: http://codereview.chromium.org/553095
git-svn-id: http://src.chromium.org/svn/trunk/deps/third_party/swig/Lib@37274
4ff67af0-8c30-449e-8e8b-
ad334ec8d88c