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/VC6 | |
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/VC6')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 4 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
|