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:
Amaury Forgeot d'Arc 2008-02-17 20:56:31 +00:00
parent a9f7d62480
commit e7fa408741
4 changed files with 34 additions and 8 deletions

View 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>