Added Objects/capsule.c to project files.
This commit is contained in:
parent
1521fdae59
commit
0a0728522d
|
@ -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…
Reference in New Issue