make an attempt to add capsule to the Windows build
This commit is contained in:
parent
4a0661b487
commit
ff33e2f5e9
|
@ -682,6 +682,10 @@
|
||||||
RelativePath="..\Include\cobject.h"
|
RelativePath="..\Include\cobject.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Include\pycapsule.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Include\code.h"
|
RelativePath="..\Include\code.h"
|
||||||
>
|
>
|
||||||
|
@ -1430,6 +1434,10 @@
|
||||||
RelativePath="..\Objects\cobject.c"
|
RelativePath="..\Objects\cobject.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\Objects\capsule.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Objects\codeobject.c"
|
RelativePath="..\Objects\codeobject.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue