From 0a0728522d93525261b526aa0c9fe1dc80785790 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Wed, 6 May 2009 04:02:39 +0000 Subject: Added Objects/capsule.c to project files. --- PC/VC6/pythoncore.dsp | 4 ++++ PC/VS7.1/pythoncore.vcproj | 3 +++ PC/VS8.0/pythoncore.vcproj | 4 ++++ 3 files changed, 11 insertions(+) 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"> + + + + -- cgit v0.12