Index: third_party/swig/README.chromium |
=================================================================== |
--- third_party/swig/README.chromium (revision 69058) |
+++ third_party/swig/README.chromium (working copy) |
@@ -12,5 +12,6 @@ |
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. |