summaryrefslogtreecommitdiffstats
path: root/PCbuild/python3dll.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41039: Simplify python3.dll build (GH-20989)Nikita Nemkin2020-06-231-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 Monson2019-05-171-0/+17
|
* bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825)Paul Monson2019-02-141-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 Dower2018-05-281-2/+2
|
* bpo-33614: Ensures module definition files for the stable ABI on Windows are ↵Steve Dower2018-05-281-4/+16
| | | | correctly regenerated. (GH-7165)
* Fixes build order and lingering intermediate files.Steve Dower2016-07-141-5/+1
|
* Adds version info to all signed binaries on Windows.Steve Dower2016-04-061-1/+0
|
* Fixes warnings when building python3.dll due to the .def file accumulating ↵Steve Dower2015-07-031-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.dllSteve Dower2015-01-311-3/+32
|
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵Steve Dower2014-11-221-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 Heimes2013-11-191-6/+6
| | | | for nmake.exe correctly.
* Fix #13210. Port the Windows build from VS2008 to VS2010.Brian Curtin2012-05-131-0/+184