office-gobmx/python3
Michael Stahl 4811c2dc9f adapt all externals to build against MSVC debug runtime
Add patches and/or tweaks to the following modules:
curl, cppunit, icu, lcms2, libxml2, libxslt, libxmlsec,
lpsolve, nss, openssl, python3

lcms2 has an inconsistency where the .lib and the .dll don't agree on
the .dll name.

openssl gets a honorable mention because apparently it's undocumented
custom build system can build with /MDd if one picks the right
configuration but i couldn't figure out how to do that in an hour of
trying, and just patched the release config instead.

Change-Id: I7854a0fc85247e398d561b4f513d09fe2d1ebb3c
2013-04-15 15:26:32 +02:00
..
CustomTarget_PythonFramework.mk
ExternalPackage_python3.mk adapt all externals to build against MSVC debug runtime 2013-04-15 15:26:32 +02:00
ExternalProject_python3.mk adapt all externals to build against MSVC debug runtime 2013-04-15 15:26:32 +02:00
i100492-freebsd.patch.1
Makefile
Module_python3.mk
python-3.3.0-15833.patch.1
python-3.3.0-aix.patch.1
python-3.3.0-darwin.patch.1
python-3.3.0-ffi-clang.patch.1
python-3.3.0-gcc-4.8.patch.1
python-3.3.0-i42553.patch.2
python-3.3.0-implicit-int.patch.1
python-3.3.0-msvc-disable.patch.1
python-3.3.0-msvc-x64.patch.1
python-3.3.0-msvc2012.patch.1
python-3.3.0-ssl.patch.1
README
UnpackedTarball_python3.mk
Zip_PythonFramework.mk

CPython implementation of Python 3 from http://www.python.org