From: Steve Dower Date: Fri, 21 Nov 2014 00:45:36 +0000 (-0800) Subject: Issue #22869: Add pylifecycle.c/.h files to pythoncore project. X-Git-Tag: v3.5.0a1~465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8314690a26501b3693f9a1f18c85f240a6c973bb;p=thirdparty%2FPython%2Fcpython.git Issue #22869: Add pylifecycle.c/.h files to pythoncore project. --- diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 1ad16fb82222..3cce88e9f992 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -502,6 +502,7 @@ IF %ERRORLEVEL% NEQ 0 ( + @@ -734,6 +735,7 @@ IF %ERRORLEVEL% NEQ 0 ( + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 8c652475a684..174140a912d4 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -216,6 +216,9 @@ Include + + Include + Include @@ -890,6 +893,9 @@ Python + + Python + Python