mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue