From 3c415a26e3002ef1219c8b5a8798d35180653c35 Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Thu, 12 Jun 2008 00:52:32 +0000 Subject: 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. --- PC/VC6/pythoncore.dsp | 12 ++++++++++++ PC/VS7.1/pythoncore.vcproj | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index e919620..88e30deb 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 4865e11..faed844 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -371,6 +371,15 @@ RelativePath="..\..\Modules\_fileio.c"> + + + + + +