]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
authorSteve Dower <steve.dower@microsoft.com>
Fri, 21 Nov 2014 00:45:36 +0000 (16:45 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 21 Nov 2014 00:45:36 +0000 (16:45 -0800)
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters

index 1ad16fb82222bc8f75521fe87d62225f70d59c02..3cce88e9f992bea7432a0c19227b52de666a8504 100644 (file)
@@ -502,6 +502,7 @@ IF %ERRORLEVEL% NEQ 0 (
     <ClInclude Include="..\Include\pyexpat.h" />
     <ClInclude Include="..\Include\pyfpe.h" />
     <ClInclude Include="..\Include\pygetopt.h" />
+    <ClInclude Include="..\Include\pylifecycle.h" />
     <ClInclude Include="..\Include\pymath.h" />
     <ClInclude Include="..\Include\pytime.h" />
     <ClInclude Include="..\Include\pymacro.h" />
@@ -734,6 +735,7 @@ IF %ERRORLEVEL% NEQ 0 (
     <ClCompile Include="..\Python\pyarena.c" />
     <ClCompile Include="..\Python\pyctype.c" />
     <ClCompile Include="..\Python\pyfpe.c" />
+    <ClCompile Include="..\Python\pylifecycle.c" />
     <ClCompile Include="..\Python\pymath.c" />
     <ClCompile Include="..\Python\pytime.c" />
     <ClCompile Include="..\Python\pystate.c" />
index 8c652475a684ccc5d75479b801d5401b8b056252..174140a912d469c5ce16869b382ed1c4a7c43a47 100644 (file)
     <ClInclude Include="..\Include\pygetopt.h">
       <Filter>Include</Filter>
     </ClInclude>
+    <ClInclude Include="..\Include\pylifecycle.h">
+      <Filter>Include</Filter>
+    </ClInclude>
     <ClInclude Include="..\Include\pymath.h">
       <Filter>Include</Filter>
     </ClInclude>
     <ClCompile Include="..\Python\pyfpe.c">
       <Filter>Python</Filter>
     </ClCompile>
+    <ClCompile Include="..\Python\pylifecycle.c">
+      <Filter>Python</Filter>
+    </ClCompile>
     <ClCompile Include="..\Python\pymath.c">
       <Filter>Python</Filter>
     </ClCompile>