Skip to content

Commit e7fa408

Browse files
committed
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.
1 parent a9f7d62 commit e7fa408

4 files changed

Lines changed: 34 additions & 8 deletions

File tree

PC/VC6/pythoncore.dsp

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PC/VS7.1/pythoncore.vcproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,12 @@
514514
<File
515515
RelativePath="..\..\Objects\floatobject.c">
516516
</File>
517+
<File
518+
RelativePath="..\..\Python\formatter_string.c">
519+
</File>
520+
<File
521+
RelativePath="..\..\Python\formatter_unicode.c">
522+
</File>
517523
<File
518524
RelativePath="..\..\Objects\frameobject.c">
519525
</File>

PC/VS8.0/pythoncore.vcproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,14 @@
16261626
RelativePath="..\..\Python\errors.c"
16271627
>
16281628
</File>
1629+
<File
1630+
RelativePath="..\Python\formatter_string.c"
1631+
>
1632+
</File>
1633+
<File
1634+
RelativePath="..\Python\formatter_unicode.c"
1635+
>
1636+
</File>
16291637
<File
16301638
RelativePath="..\..\Python\frozen.c"
16311639
>

PCbuild/pythoncore.vcproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1626,6 +1626,14 @@
16261626
RelativePath="..\Python\errors.c"
16271627
>
16281628
</File>
1629+
<File
1630+
RelativePath="..\Python\formatter_string.c"
1631+
>
1632+
</File>
1633+
<File
1634+
RelativePath="..\Python\formatter_unicode.c"
1635+
>
1636+
</File>
16291637
<File
16301638
RelativePath="..\Python\frozen.c"
16311639
>

0 commit comments

Comments
 (0)