mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Attempt to fix the Windows build for _stringio and _pickle.
I don't have any win32 machine in my reach. So, I can't test this.
This commit is contained in:
parent
01b07cdb61
commit
3c415a26e3
2 changed files with 21 additions and 0 deletions
|
@ -137,6 +137,18 @@ SOURCE=..\..\Modules\_fileio.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_bytesio.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_stringio.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_pickle.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_functoolsmodule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -370,6 +370,15 @@
|
|||
<File
|
||||
RelativePath="..\..\Modules\_fileio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_bytesio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_stringio.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_pickle.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_functoolsmodule.c">
|
||||
</File>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue