From: Hirokazu Yamamoto Date: Fri, 8 Oct 2010 08:46:30 +0000 (+0000) Subject: Follows Python/fileutils.c addition. X-Git-Tag: v3.2a3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e75bc2c6f9034dc2dd9ca91c05037904f4bab44a;p=python Follows Python/fileutils.c addition. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 34ad169f2d..295176f8fd 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 4478b7275c..6dc6ba0290 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -435,6 +435,9 @@ + + @@ -447,9 +450,6 @@ - - @@ -546,6 +546,9 @@ + + diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 96f05440a3..1638311f22 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -722,6 +722,10 @@ RelativePath="..\..\Include\fileobject.h" > + + @@ -1686,6 +1690,10 @@ RelativePath="..\..\Python\errors.c" > + +