diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:27:27 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-06-12 22:27:27 (GMT) |
commit | 9d865c96506da85fd4b5622ad26491918c7c529e (patch) | |
tree | d70df8542d8f848033fb5774c0ef189a9037dbd0 /PC/VS7.1 | |
parent | 9f0f960d4ce48062dcb286903721fa89d6037159 (diff) | |
download | cpython-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/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index f02c2a2..3094755 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -389,12 +389,18 @@ RelativePath="..\..\Modules\_lsprof.c"> </File> <File + RelativePath="..\..\Modules\_pickle.c"> + </File> + <File RelativePath="..\..\Modules\_randommodule.c"> </File> <File RelativePath="..\..\Modules\_sre.c"> </File> <File + RelativePath="..\..\Modules\_stringio.c"> + </File> + <File RelativePath="..\..\Modules\_struct.c"> </File> <File |