[Python-3000-checkins] r64158 - in python/branches/py3k/PC: VC6/pythoncore.dsp VS7.1/pythoncore.vcproj

alexandre.vassalotti python-3000-checkins at python.org
Thu Jun 12 02:52:33 CEST 2008


Author: alexandre.vassalotti
Date: Thu Jun 12 02:52:32 2008
New Revision: 64158

Log:
Attempt to fix the Windows build for _stringio and _pickle.

I don't have any win32 machine in my reach. So, I can't test this.


Modified:
   python/branches/py3k/PC/VC6/pythoncore.dsp
   python/branches/py3k/PC/VS7.1/pythoncore.vcproj

Modified: python/branches/py3k/PC/VC6/pythoncore.dsp
==============================================================================
--- python/branches/py3k/PC/VC6/pythoncore.dsp	(original)
+++ python/branches/py3k/PC/VC6/pythoncore.dsp	Thu Jun 12 02:52:32 2008
@@ -137,6 +137,18 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Modules\_bytesio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Modules\_stringio.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Modules\_pickle.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Modules\_functoolsmodule.c
 # End Source File
 # Begin Source File

Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS7.1/pythoncore.vcproj	(original)
+++ python/branches/py3k/PC/VS7.1/pythoncore.vcproj	Thu Jun 12 02:52:32 2008
@@ -371,6 +371,15 @@
 			RelativePath="..\..\Modules\_fileio.c">
 		</File>
 		<File
+			RelativePath="..\..\Modules\_bytesio.c">
+		</File>
+		<File
+			RelativePath="..\..\Modules\_stringio.c">
+		</File>
+		<File
+			RelativePath="..\..\Modules\_pickle.c">
+		</File>
+		<File
 			RelativePath="..\..\Modules\_functoolsmodule.c">
 		</File>
 		<File


More information about the Python-3000-checkins mailing list