summaryrefslogtreecommitdiffstats
path: root/Tools/msi/dev/dev.wixproj
Commit message (Collapse)AuthorAgeFilesLines
* bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)Steve Dower2019-06-211-21/+0
|
* Fix Windows release build issues (GH-14091)Steve Dower2019-06-141-2/+2
| | | | | | | * Increase timeout for PGO builds in Windows release * Fix test step failures * Disable MinGW step properly * Fix embeddable distro name
* bpo-35299: Fixed sysconfig and distutils during PGO profiling (GH-11744)Steve Dower2019-02-051-1/+2
|
* bpo-35134: Create Include/cpython/ subdirectory (GH-10624)Victor Stinner2018-11-231-3/+3
| | | | | | | | | | | | | | | | Include/*.h should be the "portable Python API", whereas Include/cpython/*.h should be the "CPython API": CPython implementation details. Changes: * Create Include/cpython/ subdirectory * "make install" now creates $prefix/include/cpython and copy Include/cpython/* to $prefix/include/cpython * Create Include/cpython/objimpl.h: move objimpl.h code surrounded by "#ifndef Py_LIMITED_API" to cpython/objimpl.h. * objimpl.h now includes cpython/objimpl.h * Windows installer (MSI) now also install Include/ subdirectories: Include/cpython/ and Include/internal/.
* Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library.Steve Dower2015-06-081-3/+3
|
* Simplify MSI projects.Steve Dower2015-02-141-2/+40
|
* Issue #23260: Update Windows installerSteve Dower2015-02-061-0/+11