summaryrefslogtreecommitdiffstats
path: root/PC/VS7.1
diff options
context:
space:
mode:
authorAlexandre Vassalotti <alexandre@peadrop.com>2008-06-12 00:52:32 (GMT)
committerAlexandre Vassalotti <alexandre@peadrop.com>2008-06-12 00:52:32 (GMT)
commit3c415a26e3002ef1219c8b5a8798d35180653c35 (patch)
tree4c98c555fa0a30e0c4fb49a6748e1077330e2494 /PC/VS7.1
parent01b07cdb611f98aad3bc02d04d292197f5d0cf5b (diff)
downloadcpython-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/VS7.1')
-rw-r--r--PC/VS7.1/pythoncore.vcproj9
1 files changed, 9 insertions, 0 deletions
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