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
commit0aa6c87e53164e42ccbe03a57df8f6653c2dc5a1 (patch)
tree69752b127f2c2123b901a1ed1f88932b55f4fbb4 /PCbuild
parent716de3c5b2dc90ad009f65864fc4ce9d0d81ae80 (diff)
downloadcpython-0aa6c87e53164e42ccbe03a57df8f6653c2dc5a1.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"