summaryrefslogtreecommitdiffstats
path: root/PCbuild/ssl.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-251/+0
| | | | which will be used for the official 3.5 release.
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-0/+8
|
* Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-091-30/+52
| | | | | | | | instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build.
* Issue #19464 Suppress compiler warnings during clean. Patch by Zachary Ware.Tim Golden2013-11-011-8/+8
|
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+221