Commit e75bc2c6 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Follows Python/fileutils.c addition.

parent 54c950f6
...@@ -369,6 +369,10 @@ SOURCE=..\..\Objects\fileobject.c ...@@ -369,6 +369,10 @@ SOURCE=..\..\Objects\fileobject.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\..\Python\fileutils.c
# End Source File
# Begin Source File
SOURCE=..\..\Parser\firstsets.c SOURCE=..\..\Parser\firstsets.c
# End Source File # End Source File
# Begin Source File # Begin Source File
......
...@@ -435,6 +435,9 @@ ...@@ -435,6 +435,9 @@
<File <File
RelativePath="..\..\Modules\_time.c"> RelativePath="..\..\Modules\_time.c">
</File> </File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File <File
RelativePath="..\..\Modules\_weakref.c"> RelativePath="..\..\Modules\_weakref.c">
</File> </File>
...@@ -447,9 +450,6 @@ ...@@ -447,9 +450,6 @@
<File <File
RelativePath="..\..\Modules\arraymodule.c"> RelativePath="..\..\Modules\arraymodule.c">
</File> </File>
<File
RelativePath="..\..\Python\_warnings.c">
</File>
<File <File
RelativePath="..\..\Python\asdl.c"> RelativePath="..\..\Python\asdl.c">
</File> </File>
...@@ -546,6 +546,9 @@ ...@@ -546,6 +546,9 @@
<File <File
RelativePath="..\..\Objects\fileobject.c"> RelativePath="..\..\Objects\fileobject.c">
</File> </File>
<File
RelativePath="..\..\Python\fileutils.c">
</File>
<File <File
RelativePath="..\..\Parser\firstsets.c"> RelativePath="..\..\Parser\firstsets.c">
</File> </File>
......
...@@ -722,6 +722,10 @@ ...@@ -722,6 +722,10 @@
RelativePath="..\..\Include\fileobject.h" RelativePath="..\..\Include\fileobject.h"
> >
</File> </File>
<File
RelativePath="..\..\Include\fileutils.h"
>
</File>
<File <File
RelativePath="..\..\Include\floatobject.h" RelativePath="..\..\Include\floatobject.h"
> >
...@@ -1686,6 +1690,10 @@ ...@@ -1686,6 +1690,10 @@
RelativePath="..\..\Python\errors.c" RelativePath="..\..\Python\errors.c"
> >
</File> </File>
<File
RelativePath="..\..\Python\fileutils.c"
>
</File>
<File <File
RelativePath="..\..\Python\formatter_unicode.c" RelativePath="..\..\Python\formatter_unicode.c"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment