From e75bc2c6f9034dc2dd9ca91c05037904f4bab44a Mon Sep 17 00:00:00 2001 From: Hirokazu Yamamoto Date: Fri, 8 Oct 2010 08:46:30 +0000 Subject: Follows Python/fileutils.c addition. --- PC/VC6/pythoncore.dsp | 4 ++++ PC/VS7.1/pythoncore.vcproj | 9 ++++++--- PC/VS8.0/pythoncore.vcproj | 8 ++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 34ad169..295176f 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -369,6 +369,10 @@ SOURCE=..\..\Objects\fileobject.c # End Source File # Begin Source File +SOURCE=..\..\Python\fileutils.c +# End Source File +# Begin Source File + SOURCE=..\..\Parser\firstsets.c # End Source File # Begin Source File diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4478b72..6dc6ba0 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -436,6 +436,9 @@ RelativePath="..\..\Modules\_time.c"> + + - - + + + + @@ -1687,6 +1691,10 @@ > + + -- cgit v0.12