diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-04 02:27:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-04 02:27:13 (GMT) |
commit | da4cb8ec6cd834642113c5b5b5b7bef825d57a54 (patch) | |
tree | 7533de24d6ce2cfd7e459cb500fb194bd966d8c0 /PC | |
parent | 4f447fb9a1605b7c3f1e5513b925b9213ef9480c (diff) | |
download | cpython-da4cb8ec6cd834642113c5b5b5b7bef825d57a54.zip cpython-da4cb8ec6cd834642113c5b5b5b7bef825d57a54.tar.gz cpython-da4cb8ec6cd834642113c5b5b5b7bef825d57a54.tar.bz2 |
Update project file.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 9139fa1..76fa47e 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -994,6 +994,22 @@ 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> <File RelativePath="..\..\Modules\_functoolsmodule.c" > |