From: Alexandre Vassalotti Date: Thu, 12 Jun 2008 00:52:32 +0000 (+0000) Subject: Attempt to fix the Windows build for _stringio and _pickle. X-Git-Tag: v3.0b1~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c415a26e3002ef1219c8b5a8798d35180653c35;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index e919620000fc..88e30deb2bf8 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -137,6 +137,18 @@ SOURCE=..\..\Modules\_fileio.c # 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 diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4865e11a779c..faed844f3bca 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -370,6 +370,15 @@ + + + + + +