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

@ -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