From: Victor Stinner Date: Fri, 23 Nov 2018 11:30:40 +0000 (+0100) Subject: bpo-35081: Add new internal headers to Makefile (GH-10670) X-Git-Tag: v3.8.0a1~449 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=984061eeb49c54fee901b92e5d3dde1c7a25cfa1;p=thirdparty%2FPython%2Fcpython.git bpo-35081: Add new internal headers to Makefile (GH-10670) Add pycore_fileutils.h and pycore_object.h to Makefile.pre.in and to the pythoncore project of PCbuild/. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 87a84eb68083..2b5afae3762c 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1029,9 +1029,11 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_ceval.h \ $(srcdir)/Include/internal/pycore_condvar.h \ $(srcdir)/Include/internal/pycore_context.h \ + $(srcdir)/Include/internal/pycore_fileutils.h \ $(srcdir)/Include/internal/pycore_getopt.h \ $(srcdir)/Include/internal/pycore_gil.h \ $(srcdir)/Include/internal/pycore_hamt.h \ + $(srcdir)/Include/internal/pycore_object.h \ $(srcdir)/Include/internal/pycore_pathconfig.h \ $(srcdir)/Include/internal/pycore_pyhash.h \ $(srcdir)/Include/internal/pycore_pylifecycle.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 0ae24fade13d..885d602b3f0e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -116,9 +116,11 @@ + + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index ef5ef7268a39..2af11c943ae2 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -147,6 +147,9 @@ Include + + Include + Include @@ -156,6 +159,9 @@ Include + + Include + Include