Added Objects/capsule.c to project files.

This commit is contained in:
Hirokazu Yamamoto 2009-05-06 04:02:39 +00:00
parent 1521fdae59
commit 0a0728522d
3 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -471,6 +471,9 @@
<File
RelativePath="..\..\Objects\bytesobject.c">
</File>
<File
RelativePath="..\..\Objects\capsule.c">
</File>
<File
RelativePath="..\..\Objects\cellobject.c">
</File>

View File

@ -1370,6 +1370,10 @@
RelativePath="..\..\Objects\bytesobject.c"
>
</File>
<File
RelativePath="..\..\Objects\capsule.c"
>
</File>
<File
RelativePath="..\..\Objects\cellobject.c"
>