diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-14 03:05:54 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-06-14 03:05:54 (GMT) |
commit | e69041db56e42ab1c47188e427acc232d9f4fcea (patch) | |
tree | 005ef007ef2b8408bbd14eeff5fff5f0dc2dff74 /PCbuild/pythoncore.vcproj | |
parent | 8fa3e933c170a0b0d370f575a85f0c062934821c (diff) | |
download | cpython-e69041db56e42ab1c47188e427acc232d9f4fcea.zip cpython-e69041db56e42ab1c47188e427acc232d9f4fcea.tar.gz cpython-e69041db56e42ab1c47188e427acc232d9f4fcea.tar.bz2 |
Updated MSVC files to follow r73394.
Diffstat (limited to 'PCbuild/pythoncore.vcproj')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index bf4d724..06c1df5 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" |