Follows Python/fileutils.c addition.

This commit is contained in:
Hirokazu Yamamoto 2010-10-08 08:46:30 +00:00
parent 54c950f6b4
commit e75bc2c6f9
3 changed files with 18 additions and 3 deletions

View File

@ -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

View File

@ -435,6 +435,9 @@
<File
RelativePath="..\..\Modules\_time.c">
</File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File
RelativePath="..\..\Modules\_weakref.c">
</File>
@ -447,9 +450,6 @@
<File
RelativePath="..\..\Modules\arraymodule.c">
</File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File
RelativePath="..\..\Python\asdl.c">
</File>
@ -546,6 +546,9 @@
<File
RelativePath="..\..\Objects\fileobject.c">
</File>
<File
RelativePath="..\..\Python\fileutils.c">
</File>
<File
RelativePath="..\..\Parser\firstsets.c">
</File>

View File

@ -722,6 +722,10 @@
RelativePath="..\..\Include\fileobject.h"
>
</File>
<File
RelativePath="..\..\Include\fileutils.h"
>
</File>
<File
RelativePath="..\..\Include\floatobject.h"
>
@ -1686,6 +1690,10 @@
RelativePath="..\..\Python\errors.c"
>
</File>
<File
RelativePath="..\..\Python\fileutils.c"
>
</File>
<File
RelativePath="..\..\Python\formatter_unicode.c"
>