mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Compilation was broken on Windows since the introduction of Advanced String Formatting.
Only PCBuild (vs9) was really tested. Changes for older compilers were done manually.
This commit is contained in:
parent
a9f7d62480
commit
e7fa408741
4 changed files with 34 additions and 8 deletions
|
@ -125,6 +125,10 @@ SOURCE=..\..\Modules\_codecsmodule.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_collectionsmodule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\_csv.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -253,10 +257,6 @@ SOURCE=..\..\Objects\codeobject.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\collectionsmodule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\compile.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -333,6 +333,14 @@ SOURCE=..\..\Objects\floatobject.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\formatter_string.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Python\formatter_unicode.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Objects\frameobject.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -583,10 +591,6 @@ SOURCE=..\..\Objects\rangeobject.c
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\rgbimgmodule.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\Modules\rotatingtree.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
|
@ -514,6 +514,12 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\floatobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\formatter_string.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\formatter_unicode.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\frameobject.c">
|
||||
</File>
|
||||
|
|
|
@ -1626,6 +1626,14 @@
|
|||
RelativePath="..\..\Python\errors.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\formatter_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\formatter_unicode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\frozen.c"
|
||||
>
|
||||
|
|
|
@ -1626,6 +1626,14 @@
|
|||
RelativePath="..\Python\errors.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\formatter_string.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\formatter_unicode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Python\frozen.c"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue