[Python-checkins] r69115 - python/branches/io-c/PC/VC6/pythoncore.dsp
hirokazu.yamamoto
python-checkins at python.org
Fri Jan 30 03:36:28 CET 2009
Author: hirokazu.yamamoto
Date: Fri Jan 30 03:36:28 2009
New Revision: 69115
Log:
Updated VC6 project file.
Modified:
python/branches/io-c/PC/VC6/pythoncore.dsp
Modified: python/branches/io-c/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/io-c/PC/VC6/pythoncore.dsp (original)
+++ python/branches/io-c/PC/VC6/pythoncore.dsp Fri Jan 30 03:36:28 2009
@@ -97,6 +97,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_bufferedio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_bytesio.c
# End Source File
# Begin Source File
@@ -149,6 +153,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_iobase.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_json.c
# End Source File
# Begin Source File
@@ -185,6 +193,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_textio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_threadmodule.c
# End Source File
# Begin Source File
@@ -463,6 +475,10 @@
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\io.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\iterobject.c
# End Source File
# Begin Source File
More information about the Python-checkins
mailing list