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 /PCbuild/pythoncore.vcproj | |
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 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 68 |
1 files changed, 36 insertions, 32 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index dc64bfa..f8ba1f1 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -975,10 +975,6 @@ > </File> <File - RelativePath="..\Modules\_bufferedio.c" - > - </File> - <File RelativePath="..\Modules\_codecsmodule.c" > </File> @@ -991,14 +987,6 @@ > </File> <File - RelativePath="..\Modules\_fileio.c" - > - </File> - <File - RelativePath="..\Modules\_bytesio.c" - > - </File> - <File RelativePath="..\Modules\_functoolsmodule.c" > </File> @@ -1007,14 +995,6 @@ > </File> <File - RelativePath="..\Modules\_iobase.c" - > - </File> - <File - RelativePath="..\Modules\_iomodule.h" - > - </File> - <File RelativePath="..\Modules\_json.c" > </File> @@ -1039,18 +1019,10 @@ > </File> <File - RelativePath="..\Modules\_stringio.c" - > - </File> - <File RelativePath="..\Modules\_struct.c" > </File> <File - RelativePath="..\Modules\_textio.c" - > - </File> - <File RelativePath="..\Modules\_weakref.c" > </File> @@ -1091,10 +1063,6 @@ > </File> <File - RelativePath="..\Modules\io.c" - > - </File> - <File RelativePath="..\Modules\main.c" > </File> @@ -1171,6 +1139,42 @@ > </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> + <File + RelativePath="..\Modules\_io\_iomodule.h" + > + </File> + </Filter> + <Filter Name="zlib" > <File |