summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-14 03:05:54 +0000
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-06-14 03:05:54 +0000
commite69041db56e42ab1c47188e427acc232d9f4fcea (patch)
tree005ef007ef2b8408bbd14eeff5fff5f0dc2dff74 /PCbuild
parent8fa3e933c170a0b0d370f575a85f0c062934821c (diff)
downloadcpython-git-e69041db56e42ab1c47188e427acc232d9f4fcea.tar.gz
Updated MSVC files to follow r73394.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj44
1 files changed, 36 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index bf4d7246ca..06c1df56d8 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -999,14 +999,6 @@
>
</File>
<File
- RelativePath="..\Modules\_fileio.c"
- >
- </File>
- <File
- RelativePath="..\Modules\_bytesio.c"
- >
- </File>
- <File
RelativePath="..\Modules\_functoolsmodule.c"
>
</File>
@@ -1350,6 +1342,42 @@
>
</File>
</Filter>
+ <Filter
+ Name="_io"
+ >
+ <File
+ RelativePath="..\Modules\_io\_iomodule.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\_iomodule.h"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\bufferedio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\bytesio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\fileio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\iobase.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\stringio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\Modules\_io\textio.c"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Objects"