mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04: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:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user