Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)
This commit is contained in:
parent
50e7cdb6b6
commit
d72461a7ed
|
@ -902,6 +902,7 @@ Thomas Wouters
|
|||
Heiko Wundram
|
||||
Doug Wyatt
|
||||
Florent Xicluna
|
||||
Hirokazu Yamamoto
|
||||
Ka-Ping Yee
|
||||
Bob Yodlowski
|
||||
Danny Yoo
|
||||
|
|
|
@ -390,9 +390,15 @@
|
|||
<File
|
||||
RelativePath="..\..\Modules\_codecsmodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_collectionsmodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_csv.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_datetimemodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_functoolsmodule.c">
|
||||
</File>
|
||||
|
@ -427,10 +433,10 @@
|
|||
RelativePath="..\..\Pc\_subprocess.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_weakref.c">
|
||||
RelativePath="..\..\Modules\_time.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Pc\winreg.c">
|
||||
RelativePath="..\..\Modules\_weakref.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\abstract.c">
|
||||
|
@ -471,6 +477,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\bytes_methods.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\bytearrayobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\bytesobject.c">
|
||||
</File>
|
||||
|
@ -495,9 +504,6 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\codeobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\_collectionsmodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\compile.c">
|
||||
</File>
|
||||
|
@ -510,9 +516,6 @@
|
|||
<File
|
||||
RelativePath="..\..\Python\dynamic_annotations.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Modules\datetimemodule.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\descrobject.c">
|
||||
</File>
|
||||
|
@ -745,6 +748,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Python\pystrtod.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\pytime.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\Python-ast.c">
|
||||
</File>
|
||||
|
@ -778,9 +784,6 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\sliceobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\stringobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\structmember.c">
|
||||
</File>
|
||||
|
@ -823,6 +826,9 @@
|
|||
<File
|
||||
RelativePath="..\..\Objects\unicodeobject.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Pc\winreg.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Objects\weakrefobject.c">
|
||||
</File>
|
||||
|
|
Loading…
Reference in New Issue