make an attempt to add capsule to the Windows build

This commit is contained in:
Benjamin Peterson 2010-03-25 03:44:24 +00:00
parent 4a0661b487
commit ff33e2f5e9
1 changed files with 8 additions and 0 deletions

View File

@ -682,6 +682,10 @@
RelativePath="..\Include\cobject.h"
>
</File>
<File
RelativePath="..\Include\pycapsule.h"
>
</File>
<File
RelativePath="..\Include\code.h"
>
@ -1430,6 +1434,10 @@
RelativePath="..\Objects\cobject.c"
>
</File>
<File
RelativePath="..\Objects\capsule.c"
>
</File>
<File
RelativePath="..\Objects\codeobject.c"
>