summaryrefslogtreecommitdiffstats
path: root/PCbuild/python.props
Commit message (Collapse)AuthorAgeFilesLines
* [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN ↵Zachary Ware2017-09-041-2/+2
| | | | | | | | | | | | | | | | | | | (GH-1783) (GH-3306) The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Cherry-picked from 51599e2bdd10ab77212a7cbb41a13ea70ee13da8, parts of 40a23e88994aca92c83c8e84ab8b8cdc11d7ec54, parts of 68d663cf85d1ac5eaf83482eed39c0a6f8093601, d5cd21d75a27a377f2f9c8370fd8e8c7efaeefb1, and possibly others that I've missed. Also: * Rename db -> bsddb for disambiguity * Update sqlite3 to 3.14.2.0 since it's the version we use on 3.x, and it's simpler to just use it than to also upload the old version to cpython-source-deps * Add PCbuild/*.ilk to .gitignore
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444)Zachary Ware2017-03-031-1/+1
|
* Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-111-1/+1
|
* Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-1/+1
|
* Issue #19450: Update Windows builds to use SQLite 3.8.11.0.Steve Dower2016-03-171-1/+1
|
* 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/+3
|
* Issue #25934: Default to /fp:strict for ICC buildsZachary Ware2016-01-301-0/+2
|
* Issue #25824: Fixes sys.winver to not include any architecture suffix.Steve Dower2016-01-161-1/+0
|
* Set a default BasePlatformToolset to allow the ICC buildbot to build.Zachary Ware2015-07-281-1/+4
|
* Issue #24603: Update Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-221-1/+1
|
* Fixes OpenSSL directory referenceSteve Dower2015-07-191-1/+1
|
* Close #24508: Backport the 3.5 MSBuild project files.Zachary Ware2015-07-161-0/+112
The old project files move to PC/VS9.0 and remain supported. VS2008 is still required to build 2.7; VS2010 (or later, plus Windows SDK 7.1) is *also* required to use the new project files.