cpython/Tools/msi/dev
Victor Stinner e421106b9e
bpo-35134: Create Include/cpython/ subdirectory (GH-10624)
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/.
2018-11-23 17:00:00 +01:00
..
dev.wixproj bpo-35134: Create Include/cpython/ subdirectory (GH-10624) 2018-11-23 17:00:00 +01:00
dev.wxs Issue #24585: Enables build-to-build upgrades that preserve settings. 2015-07-08 20:18:44 -07:00
dev_d.wixproj
dev_d.wxs Issue #24910: Windows MSIs now have unique display names. 2015-09-05 12:47:06 -07:00
dev_en-US.wxl
dev_files.wxs