Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41039: Simplify python3.dll build (GH-20989) | Nikita Nemkin | 2020-06-23 | 1 | -75/+2 |
| | | | | | | | | | Use linker comment #pragma and preprocessor for re-exporting stable API functions and variables. Module definition file, custom build targets and entry point code become unnecessary and can be removed. This change also fixes missing _PyErr_BadInternalCall export on x86. | ||||
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+17 |
| | |||||
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+17 |
| | | | 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. | ||||
* | bro-33614: Override exit code in find_msbuild.bat (GH-7169) | Steve Dower | 2018-05-28 | 1 | -2/+2 |
| | |||||
* | bpo-33614: Ensures module definition files for the stable ABI on Windows are ↵ | Steve Dower | 2018-05-28 | 1 | -4/+16 |
| | | | | correctly regenerated. (GH-7165) | ||||
* | Fixes build order and lingering intermediate files. | Steve Dower | 2016-07-14 | 1 | -5/+1 |
| | |||||
* | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 1 | -1/+0 |
| | |||||
* | Fixes warnings when building python3.dll due to the .def file accumulating ↵ | Steve Dower | 2015-07-03 | 1 | -2/+2 |
| | | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe. | ||||
* | Fixes python3_d.dll build so that functions are forwarded to python35_d.dll | Steve Dower | 2015-01-31 | 1 | -3/+32 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -124/+53 |
| | | | | which will be used for the official 3.5 release. | ||||
* | Add workaround for VS 2010 nmake clean issue. VS 2010 doesn't set up PATH ↵ | Christian Heimes | 2013-11-19 | 1 | -6/+6 |
| | | | | for nmake.exe correctly. | ||||
* | Fix #13210. Port the Windows build from VS2008 to VS2010. | Brian Curtin | 2012-05-13 | 1 | -0/+184 |