summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-081-1/+1
|
* Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-221-1/+1
|
* Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-041-10/+11
| | | | Don't download sources that won't be used.
* Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.Steve Dower2015-08-191-1/+1
| | | | Triggers clean on buildbots.
* Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-181-3/+3
|
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
|\
| * Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
| |
* | Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
|\ \ | |/
| * Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
| |
* | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
|\ \ | |/
| * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
| |
| * Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-101-0/+103
| | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible.
* Update Tcl/Tk to 8.6.4.Zachary Ware2015-04-141-2/+2
| | | | The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+.
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-103/+103
|
* Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-121-1/+1
|
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
|
* Update Tcl/Tk to 8.6.3Zachary Ware2014-12-151-2/+2
| | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-021-1/+2
|
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-3/+5
|
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1
|
* Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-071-1/+1
|
* Issue #21907: Improved the batch scripts provided for building Python.Zachary Ware2014-07-071-0/+100
The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible.