diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-04-04 19:58:40 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2009-04-04 19:58:40 (GMT) |
commit | 8d8d6300034864d9975aedfd0560db8b7bace00f (patch) | |
tree | 48d255db138e6ee39d05208d19c90f1338ebaa69 /PC/VS8.0 | |
parent | b4a49f69b06862926bb6b4af6d3e814d3711ebf6 (diff) | |
download | cpython-8d8d6300034864d9975aedfd0560db8b7bace00f.zip cpython-8d8d6300034864d9975aedfd0560db8b7bace00f.tar.gz cpython-8d8d6300034864d9975aedfd0560db8b7bace00f.tar.bz2 |
Issue 5682: Move _io module into its own subdirectory.
Reviewed by: Antoine Pitrou
Diffstat (limited to 'PC/VS8.0')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 60 |
1 files changed, 32 insertions, 28 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 76fa47e..88af248 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -986,30 +986,38 @@ RelativePath="..\..\Modules\_csv.c" > </File> - <File - RelativePath="..\..\Modules\_fileio.c" - > - </File> - <File - RelativePath="..\..\Modules\_bytesio.c" - > - </File> - <File - RelativePath="..\..\Modules\_bufferedio.c" - > - </File> - <File - RelativePath="..\..\Modules\_iobase.c" - > - </File> - <File - RelativePath="..\..\Modules\_textio.c" - > - </File> - <File - RelativePath="..\..\Modules\io.c" - > - </File> + <Filter + Name="_io" + > + <File + RelativePath="..\..\Modules\_io\fileio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\bytesio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\stringio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\bufferedio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\iobase.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\textio.c" + > + </File> + <File + RelativePath="..\..\Modules\_io\_iomodule.c" + > + </File> + </Filter> <File RelativePath="..\..\Modules\_functoolsmodule.c" > @@ -1043,10 +1051,6 @@ > </File> <File - RelativePath="..\..\Modules\_stringio.c" - > - </File> - <File RelativePath="..\..\Modules\_struct.c" > </File> |