mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
9f0f960d4c
commit
9d865c9650
5 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue