mirror of
https://github.com/python/cpython.git
synced 2026-01-25 00:28:56 +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
|
|
@ -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