diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-06 04:02:39 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-06 04:02:39 +0000 |
commit | 19c547e707f5802296b0fcda60e7bd4c9078266e (patch) | |
tree | 07af741a062818a95c66bcbaab65a3918daee630 /PC/VS7.1 | |
parent | 1ec3cfa59ce2df1286eb03aa12e14e700485eaca (diff) | |
download | cpython-19c547e707f5802296b0fcda60e7bd4c9078266e.tar.gz |
Added Objects/capsule.c to project files.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index feb4bd9572..4a6ed1aff9 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -472,6 +472,9 @@ RelativePath="..\..\Objects\bytesobject.c"> </File> <File + RelativePath="..\..\Objects\capsule.c"> + </File> + <File RelativePath="..\..\Objects\cellobject.c"> </File> <File |