diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-12 00:52:32 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-06-12 00:52:32 (GMT) |
commit | 3c415a26e3002ef1219c8b5a8798d35180653c35 (patch) | |
tree | 4c98c555fa0a30e0c4fb49a6748e1077330e2494 /PC | |
parent | 01b07cdb611f98aad3bc02d04d292197f5d0cf5b (diff) | |
download | cpython-3c415a26e3002ef1219c8b5a8798d35180653c35.zip cpython-3c415a26e3002ef1219c8b5a8798d35180653c35.tar.gz cpython-3c415a26e3002ef1219c8b5a8798d35180653c35.tar.bz2 |
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.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 12 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 9 |
2 files changed, 21 insertions, 0 deletions
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"> </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 |