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)
This commit is contained in:
Amaury Forgeot d'Arc 2008-06-12 22:27:27 +00:00
parent 9f0f960d4c
commit 9d865c9650
5 changed files with 33 additions and 0 deletions

View file

@ -1014,6 +1014,10 @@
RelativePath="..\Modules\_lsprof.c"
>
</File>
<File
RelativePath="..\Modules\_pickle.c"
>
</File>
<File
RelativePath="..\Modules\_randommodule.c"
>
@ -1022,6 +1026,10 @@
RelativePath="..\Modules\_sre.c"
>
</File>
<File
RelativePath="..\Modules\_stringio.c"
>
</File>
<File
RelativePath="..\Modules\_struct.c"
>