summaryrefslogtreecommitdiff
path: root/PCbuild
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:27:27 +0000
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-12 22:27:27 +0000
commit9d865c96506da85fd4b5622ad26491918c7c529e (patch)
treed70df8542d8f848033fb5774c0ef189a9037dbd0 /PCbuild
parent9f0f960d4ce48062dcb286903721fa89d6037159 (diff)
downloadcpython-git-9d865c96506da85fd4b5622ad26491918c7c529e.tar.gz
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 'PCbuild')
-rw-r--r--PCbuild/pythoncore.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj
index ca33a97432..33bea7e812 100644
--- a/PCbuild/pythoncore.vcproj
+++ b/PCbuild/pythoncore.vcproj
@@ -1015,6 +1015,10 @@
>
</File>
<File
+ RelativePath="..\Modules\_pickle.c"
+ >
+ </File>
+ <File
RelativePath="..\Modules\_randommodule.c"
>
</File>
@@ -1023,6 +1027,10 @@
>
</File>
<File
+ RelativePath="..\Modules\_stringio.c"
+ >
+ </File>
+ <File
RelativePath="..\Modules\_struct.c"
>
</File>