diff options
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index bc0abfc..05cffd7 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -846,6 +846,7 @@ RelativePath="..\Include\pyarena.h" > </File> + <File RelativePath="..\Include\pycapsule.h"></File> <File RelativePath="..\Include\pyctype.h" > @@ -1374,6 +1375,10 @@ RelativePath="..\Objects\bytesobject.c" > </File> + <File + RelativePath="..\Objects\capsule.c" + > + </File> <File RelativePath="..\Objects\cellobject.c" > |