From 0a0728522d93525261b526aa0c9fe1dc80785790 Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Wed, 6 May 2009 04:02:39 +0000 Subject: [PATCH] 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 d6920bcbf73..91c522c6c17 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 feb4bd95725..4a6ed1aff99 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -471,6 +471,9 @@ + + diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 699e60e37f9..0393f31a181 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -1370,6 +1370,10 @@ RelativePath="..\..\Objects\bytesobject.c" > + +