From: Victor Stinner Date: Mon, 15 Apr 2019 15:29:31 +0000 (+0200) Subject: bpo-35134: Add cpython/pymem.h to build system (GH-12842) X-Git-Tag: v3.8.0a4~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aba7d662abbb847f9f45c6db58242a9b4bf65bff;p=python bpo-35134: Add cpython/pymem.h to build system (GH-12842) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 05c195767a..cd7098cac7 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1056,6 +1056,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/cpython/objimpl.h \ $(srcdir)/Include/cpython/pyerrors.h \ $(srcdir)/Include/cpython/pylifecycle.h \ + $(srcdir)/Include/cpython/pymem.h \ $(srcdir)/Include/cpython/pystate.h \ $(srcdir)/Include/cpython/tupleobject.h \ $(srcdir)/Include/cpython/unicodeobject.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index a980799461..a135e9326c 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -117,6 +117,7 @@ + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index f92433e3e0..9134646567 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -102,6 +102,9 @@ Include + + Include + Include