Skip to content

Commit b6881e2

Browse files
committed
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
1 parent 373c278 commit b6881e2

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

PCbuild/pythoncore.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ IF %ERRORLEVEL% NEQ 0 (
502502
<ClInclude Include="..\Include\pyexpat.h" />
503503
<ClInclude Include="..\Include\pyfpe.h" />
504504
<ClInclude Include="..\Include\pygetopt.h" />
505+
<ClInclude Include="..\Include\pylifecycle.h" />
505506
<ClInclude Include="..\Include\pymath.h" />
506507
<ClInclude Include="..\Include\pytime.h" />
507508
<ClInclude Include="..\Include\pymacro.h" />
@@ -734,6 +735,7 @@ IF %ERRORLEVEL% NEQ 0 (
734735
<ClCompile Include="..\Python\pyarena.c" />
735736
<ClCompile Include="..\Python\pyctype.c" />
736737
<ClCompile Include="..\Python\pyfpe.c" />
738+
<ClCompile Include="..\Python\pylifecycle.c" />
737739
<ClCompile Include="..\Python\pymath.c" />
738740
<ClCompile Include="..\Python\pytime.c" />
739741
<ClCompile Include="..\Python\pystate.c" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@
216216
<ClInclude Include="..\Include\pygetopt.h">
217217
<Filter>Include</Filter>
218218
</ClInclude>
219+
<ClInclude Include="..\Include\pylifecycle.h">
220+
<Filter>Include</Filter>
221+
</ClInclude>
219222
<ClInclude Include="..\Include\pymath.h">
220223
<Filter>Include</Filter>
221224
</ClInclude>
@@ -890,6 +893,9 @@
890893
<ClCompile Include="..\Python\pyfpe.c">
891894
<Filter>Python</Filter>
892895
</ClCompile>
896+
<ClCompile Include="..\Python\pylifecycle.c">
897+
<Filter>Python</Filter>
898+
</ClCompile>
893899
<ClCompile Include="..\Python\pymath.c">
894900
<Filter>Python</Filter>
895901
</ClCompile>

0 commit comments

Comments
 (0)