[Python-checkins] r70159 - python/branches/py3k/PC/VS8.0/pythoncore.vcproj

raymond.hettinger python-checkins at python.org
Wed Mar 4 03:27:13 CET 2009


Author: raymond.hettinger
Date: Wed Mar  4 03:27:13 2009
New Revision: 70159

Log:
Update project file.

Modified:
   python/branches/py3k/PC/VS8.0/pythoncore.vcproj

Modified: python/branches/py3k/PC/VS8.0/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS8.0/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS8.0/pythoncore.vcproj	Wed Mar  4 03:27:13 2009
@@ -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"
 				>


More information about the Python-checkins mailing list