Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e75bc2c

Browse files
author
Hirokazu Yamamoto
committed
Follows Python/fileutils.c addition.
1 parent 54c950f commit e75bc2c

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

PC/VC6/pythoncore.dsp

Lines changed: 4 additions & 0 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,9 @@
435435
<File
436436
RelativePath="..\..\Modules\_time.c">
437437
</File>
438+
<File
439+
RelativePath="..\..\Python\_warnings.c">
440+
</File>
438441
<File
439442
RelativePath="..\..\Modules\_weakref.c">
440443
</File>
@@ -447,9 +450,6 @@
447450
<File
448451
RelativePath="..\..\Modules\arraymodule.c">
449452
</File>
450-
<File
451-
RelativePath="..\..\Python\_warnings.c">
452-
</File>
453453
<File
454454
RelativePath="..\..\Python\asdl.c">
455455
</File>
@@ -546,6 +546,9 @@
546546
<File
547547
RelativePath="..\..\Objects\fileobject.c">
548548
</File>
549+
<File
550+
RelativePath="..\..\Python\fileutils.c">
551+
</File>
549552
<File
550553
RelativePath="..\..\Parser\firstsets.c">
551554
</File>

PC/VS8.0/pythoncore.vcproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,10 @@
722722
RelativePath="..\..\Include\fileobject.h"
723723
>
724724
</File>
725+
<File
726+
RelativePath="..\..\Include\fileutils.h"
727+
>
728+
</File>
725729
<File
726730
RelativePath="..\..\Include\floatobject.h"
727731
>
@@ -1686,6 +1690,10 @@
16861690
RelativePath="..\..\Python\errors.c"
16871691
>
16881692
</File>
1693+
<File
1694+
RelativePath="..\..\Python\fileutils.c"
1695+
>
1696+
</File>
16891697
<File
16901698
RelativePath="..\..\Python\formatter_unicode.c"
16911699
>

0 commit comments

Comments
 (0)