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

Skip to content

Commit d72461a

Browse files
author
Hirokazu Yamamoto
committed
Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
1 parent 50e7cdb commit d72461a

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

Misc/ACKS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,7 @@ Thomas Wouters
902902
Heiko Wundram
903903
Doug Wyatt
904904
Florent Xicluna
905+
Hirokazu Yamamoto
905906
Ka-Ping Yee
906907
Bob Yodlowski
907908
Danny Yoo

PC/VS7.1/pythoncore.vcproj

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,15 @@
390390
<File
391391
RelativePath="..\..\Modules\_codecsmodule.c">
392392
</File>
393+
<File
394+
RelativePath="..\..\Modules\_collectionsmodule.c">
395+
</File>
393396
<File
394397
RelativePath="..\..\Modules\_csv.c">
395398
</File>
399+
<File
400+
RelativePath="..\..\Modules\_datetimemodule.c">
401+
</File>
396402
<File
397403
RelativePath="..\..\Modules\_functoolsmodule.c">
398404
</File>
@@ -427,10 +433,10 @@
427433
RelativePath="..\..\Pc\_subprocess.c">
428434
</File>
429435
<File
430-
RelativePath="..\..\Modules\_weakref.c">
436+
RelativePath="..\..\Modules\_time.c">
431437
</File>
432438
<File
433-
RelativePath="..\..\Pc\winreg.c">
439+
RelativePath="..\..\Modules\_weakref.c">
434440
</File>
435441
<File
436442
RelativePath="..\..\Objects\abstract.c">
@@ -471,6 +477,9 @@
471477
<File
472478
RelativePath="..\..\Objects\bytes_methods.c">
473479
</File>
480+
<File
481+
RelativePath="..\..\Objects\bytearrayobject.c">
482+
</File>
474483
<File
475484
RelativePath="..\..\Objects\bytesobject.c">
476485
</File>
@@ -495,9 +504,6 @@
495504
<File
496505
RelativePath="..\..\Objects\codeobject.c">
497506
</File>
498-
<File
499-
RelativePath="..\..\Modules\_collectionsmodule.c">
500-
</File>
501507
<File
502508
RelativePath="..\..\Python\compile.c">
503509
</File>
@@ -510,9 +516,6 @@
510516
<File
511517
RelativePath="..\..\Python\dynamic_annotations.c">
512518
</File>
513-
<File
514-
RelativePath="..\..\Modules\datetimemodule.c">
515-
</File>
516519
<File
517520
RelativePath="..\..\Objects\descrobject.c">
518521
</File>
@@ -745,6 +748,9 @@
745748
<File
746749
RelativePath="..\..\Python\pystrtod.c">
747750
</File>
751+
<File
752+
RelativePath="..\..\Python\pytime.c">
753+
</File>
748754
<File
749755
RelativePath="..\..\Python\Python-ast.c">
750756
</File>
@@ -778,9 +784,6 @@
778784
<File
779785
RelativePath="..\..\Objects\sliceobject.c">
780786
</File>
781-
<File
782-
RelativePath="..\..\Objects\stringobject.c">
783-
</File>
784787
<File
785788
RelativePath="..\..\Python\structmember.c">
786789
</File>
@@ -823,6 +826,9 @@
823826
<File
824827
RelativePath="..\..\Objects\unicodeobject.c">
825828
</File>
829+
<File
830+
RelativePath="..\..\Pc\winreg.c">
831+
</File>
826832
<File
827833
RelativePath="..\..\Objects\weakrefobject.c">
828834
</File>

0 commit comments

Comments
 (0)