Updated VS7.1 project file. (I cannot test this file because I don't have VS7.1)

This commit is contained in:
Hirokazu Yamamoto 2010-09-09 06:14:23 +00:00
parent 50e7cdb6b6
commit d72461a7ed
2 changed files with 18 additions and 11 deletions

View File

@ -902,6 +902,7 @@ Thomas Wouters
Heiko Wundram Heiko Wundram
Doug Wyatt Doug Wyatt
Florent Xicluna Florent Xicluna
Hirokazu Yamamoto
Ka-Ping Yee Ka-Ping Yee
Bob Yodlowski Bob Yodlowski
Danny Yoo Danny Yoo

View File

@ -390,9 +390,15 @@
<File <File
RelativePath="..\..\Modules\_codecsmodule.c"> RelativePath="..\..\Modules\_codecsmodule.c">
</File> </File>
<File
RelativePath="..\..\Modules\_collectionsmodule.c">
</File>
<File <File
RelativePath="..\..\Modules\_csv.c"> RelativePath="..\..\Modules\_csv.c">
</File> </File>
<File
RelativePath="..\..\Modules\_datetimemodule.c">
</File>
<File <File
RelativePath="..\..\Modules\_functoolsmodule.c"> RelativePath="..\..\Modules\_functoolsmodule.c">
</File> </File>
@ -427,10 +433,10 @@
RelativePath="..\..\Pc\_subprocess.c"> RelativePath="..\..\Pc\_subprocess.c">
</File> </File>
<File <File
RelativePath="..\..\Modules\_weakref.c"> RelativePath="..\..\Modules\_time.c">
</File> </File>
<File <File
RelativePath="..\..\Pc\winreg.c"> RelativePath="..\..\Modules\_weakref.c">
</File> </File>
<File <File
RelativePath="..\..\Objects\abstract.c"> RelativePath="..\..\Objects\abstract.c">
@ -471,6 +477,9 @@
<File <File
RelativePath="..\..\Objects\bytes_methods.c"> RelativePath="..\..\Objects\bytes_methods.c">
</File> </File>
<File
RelativePath="..\..\Objects\bytearrayobject.c">
</File>
<File <File
RelativePath="..\..\Objects\bytesobject.c"> RelativePath="..\..\Objects\bytesobject.c">
</File> </File>
@ -495,9 +504,6 @@
<File <File
RelativePath="..\..\Objects\codeobject.c"> RelativePath="..\..\Objects\codeobject.c">
</File> </File>
<File
RelativePath="..\..\Modules\_collectionsmodule.c">
</File>
<File <File
RelativePath="..\..\Python\compile.c"> RelativePath="..\..\Python\compile.c">
</File> </File>
@ -510,9 +516,6 @@
<File <File
RelativePath="..\..\Python\dynamic_annotations.c"> RelativePath="..\..\Python\dynamic_annotations.c">
</File> </File>
<File
RelativePath="..\..\Modules\datetimemodule.c">
</File>
<File <File
RelativePath="..\..\Objects\descrobject.c"> RelativePath="..\..\Objects\descrobject.c">
</File> </File>
@ -745,6 +748,9 @@
<File <File
RelativePath="..\..\Python\pystrtod.c"> RelativePath="..\..\Python\pystrtod.c">
</File> </File>
<File
RelativePath="..\..\Python\pytime.c">
</File>
<File <File
RelativePath="..\..\Python\Python-ast.c"> RelativePath="..\..\Python\Python-ast.c">
</File> </File>
@ -778,9 +784,6 @@
<File <File
RelativePath="..\..\Objects\sliceobject.c"> RelativePath="..\..\Objects\sliceobject.c">
</File> </File>
<File
RelativePath="..\..\Objects\stringobject.c">
</File>
<File <File
RelativePath="..\..\Python\structmember.c"> RelativePath="..\..\Python\structmember.c">
</File> </File>
@ -823,6 +826,9 @@
<File <File
RelativePath="..\..\Objects\unicodeobject.c"> RelativePath="..\..\Objects\unicodeobject.c">
</File> </File>
<File
RelativePath="..\..\Pc\winreg.c">
</File>
<File <File
RelativePath="..\..\Objects\weakrefobject.c"> RelativePath="..\..\Objects\weakrefobject.c">
</File> </File>