Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
This commit is contained in:
parent
b1e36073cd
commit
8314690a26
|
@ -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" />
|
||||
|
|
|
@ -216,6 +216,9 @@
|
|||
<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>
|
||||
|
@ -890,6 +893,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue