diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-25 03:44:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-25 03:44:24 (GMT) |
commit | ff33e2f5e9c4d51e18387ccd723ccb3fddd53078 (patch) | |
tree | a607db586449ad332b5030f90145912faae60f9f /PCbuild | |
parent | 4a0661b4876b9055f60f579be4272467ba81691e (diff) | |
download | cpython-ff33e2f5e9c4d51e18387ccd723ccb3fddd53078.zip cpython-ff33e2f5e9c4d51e18387ccd723ccb3fddd53078.tar.gz cpython-ff33e2f5e9c4d51e18387ccd723ccb3fddd53078.tar.bz2 |
make an attempt to add capsule to the Windows build
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 6078c86..ac3dc26 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -683,6 +683,10 @@ > </File> <File + RelativePath="..\Include\pycapsule.h" + > + </File> + <File RelativePath="..\Include\code.h" > </File> @@ -1431,6 +1435,10 @@ > </File> <File + RelativePath="..\Objects\capsule.c" + > + </File> + <File RelativePath="..\Objects\codeobject.c" > </File> |