mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Added Objects/capsule.c to project files.
This commit is contained in:
parent
1521fdae59
commit
0a0728522d
3 changed files with 11 additions and 0 deletions
|
@ -273,6 +273,10 @@ SOURCE=..\..\Objects\bytesobject.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\capsule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\cellobject.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -471,6 +471,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\bytesobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\capsule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\cellobject.c">
|
||||
</File>
|
||||
|
|
|
@ -1370,6 +1370,10 @@
|
|||
RelativePath="..\..\Objects\bytesobject.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\capsule.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\cellobject.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue