summaryrefslogtreecommitdiffstats
path: root/PC/VC6
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:27:27 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:27:27 (GMT)
commit9d865c96506da85fd4b5622ad26491918c7c529e (patch)
treed70df8542d8f848033fb5774c0ef189a9037dbd0 /PC/VC6
parent9f0f960d4ce48062dcb286903721fa89d6037159 (diff)
downloadcpython-9d865c96506da85fd4b5622ad26491918c7c529e.zip
cpython-9d865c96506da85fd4b5622ad26491918c7c529e.tar.gz
cpython-9d865c96506da85fd4b5622ad26491918c7c529e.tar.bz2
On Windows, repair compilation of builtin modules _stringio and _pickle.
(Alexandre, the MSVC build files are in PCBuild. the PC/Vxxx directories try to support older compilers)
Diffstat (limited to 'PC/VC6')
-rw-r--r--PC/VC6/pythoncore.dsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp
index 89ab515..fde4be3 100644
--- a/PC/VC6/pythoncore.dsp
+++ b/PC/VC6/pythoncore.dsp
@@ -161,6 +161,10 @@ SOURCE=..\..\Modules\_lsprof.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_pickle.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_randommodule.c
# End Source File
# Begin Source File
@@ -169,6 +173,10 @@ SOURCE=..\..\Modules\_sre.c
# End Source File
# Begin Source File
+SOURCE=..\..\Modules\_stringio.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_struct.c
# End Source File
# Begin Source File