diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-06 04:02:39 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-05-06 04:02:39 (GMT) |
commit | 0a0728522d93525261b526aa0c9fe1dc80785790 (patch) | |
tree | 5baca734335de79e5109e7680d53740a86ca4b6b /PC | |
parent | 1521fdae594d87cfc724711aef1a50aa555947d2 (diff) | |
download | cpython-0a0728522d93525261b526aa0c9fe1dc80785790.zip cpython-0a0728522d93525261b526aa0c9fe1dc80785790.tar.gz cpython-0a0728522d93525261b526aa0c9fe1dc80785790.tar.bz2 |
Added Objects/capsule.c to project files.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 3 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index d6920bc..91c522c 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -273,6 +273,10 @@ SOURCE=..\..\Objects\bytesobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Objects\capsule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\cellobject.c
# End Source File
# Begin Source File
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index feb4bd9..4a6ed1a 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 diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 699e60e..0393f31 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1371,6 +1371,10 @@ > </File> <File + RelativePath="..\..\Objects\capsule.c" + > + </File> + <File RelativePath="..\..\Objects\cellobject.c" > </File> |