Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+16 |
| | |||||
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+16 |
| | | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it. | ||||
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -0/+3 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -107/+23 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Issue #18093: Give the Windows build _testembed.c's new location. | Zachary Ware | 2014-07-25 | 1 | -1/+1 |
| | |||||
* | Close #19439: execute embedding tests on Windows | Nick Coghlan | 2013-11-03 | 1 | -0/+161 |
Patch by Zachary Ware |