Commit d72461a7 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

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

parent 50e7cdb6
...@@ -902,6 +902,7 @@ Thomas Wouters ...@@ -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
......
...@@ -390,9 +390,15 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment