]> granicus.if.org Git - python/commitdiff
Attempt to fix the Windows build for _stringio and _pickle.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 00:52:32 +0000 (00:52 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 00:52:32 +0000 (00:52 +0000)
I don't have any win32 machine in my reach. So, I can't test this.

PC/VC6/pythoncore.dsp
PC/VS7.1/pythoncore.vcproj

index e919620000fccceddc69ed618dc3d7dfdbfcd0e9..88e30deb2bf84b28940fff0cf21f949dadcc0f91 100644 (file)
@@ -137,6 +137,18 @@ SOURCE=..\..\Modules\_fileio.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=..\..\Modules\_bytesio.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\Modules\_stringio.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\..\Modules\_pickle.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=..\..\Modules\_functoolsmodule.c\r
 # End Source File\r
 # Begin Source File\r
index 4865e11a779c40eade87fed3747c604f5a090e44..faed844f3bcaf11a8515c6489b76f795b9f0d6a4 100644 (file)
                <File
                        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>