summaryrefslogtreecommitdiffstats
path: root/PCbuild/build_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 85071-85072,85894,87132 via svnmerge fromHirokazu Yamamoto2010-12-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line Now perl path with spaces can be used. ........ r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line Updated PC/VC6 openssl build script. (for openssl-1.0.0a) ........ r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line Updated readme.txt about OpenSSL. ........ r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines Mention NASM which is needed to build openssl-1.0.0a original source. (PC/VC6/readme.txt) ........
* Cosmetic fix to use print function.Hirokazu Yamamoto2010-10-011-1/+1
|
* Recorded rollback of revisions 84902 via svnmerge fromHirokazu Yamamoto2010-09-211-4/+4
| | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k
* Recorded merge of revisions 84902 via svnmerge fromHirokazu Yamamoto2010-09-191-4/+4
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84902 | hirokazu.yamamoto | 2010-09-19 18:24:20 +0900 | 1 line Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows) ........
* Make script work with 2.5.Martin v. Löwis2010-01-021-0/+1
|
* Drop 2.4 compatibility.Martin v. Löwis2009-12-211-5/+2
|
* Port build_ssl.py to 2.4; support HOST_PYTHON variableMartin v. Löwis2008-02-291-4/+12
|
* Renamed PCBuild9 directory to PCBuildChristian Heimes2007-12-311-0/+250
|
* Moved PCbuild directory to PC/VS7.1Christian Heimes2007-12-311-181/+0
|
* Specify the bufferoverflowU.lib to the makefile on the command lineThomas Heller2007-06-121-1/+1
| | | | (for ReleaseAMD64 builds).
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-201-0/+2
| | | | Add /GS- for AMD64 and Itanium builds where missing.
* Merge 51340 and 51341 from 2.5 branch:Martin v. Löwis2006-08-171-4/+7
| | | | | Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure.
* Build _hashlib on Windows. Build OpenSSL with masm assembler code.Martin v. Löwis2006-08-161-40/+28
| | | | Fixes #1535502.
* Fix Debug build of _ssl.Martin v. Löwis2006-07-141-4/+4
|
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-141-36/+61
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Don't make all the OpenSSL executables, just the library we need.Mark Hammond2002-12-031-1/+21
| | | | Contributed by David Bolen.
* Add _ssl build process for Windows.Mark Hammond2002-12-031-0/+143