Merged revisions 84644 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84644 | hirokazu.yamamoto | 2010-09-09 15:14:23 +0900 | 1 line

  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-10 02:59:55 +00:00
parent c9a8df24cc
commit 13bba43e25
2 changed files with 4 additions and 3 deletions

View file

@ -857,6 +857,7 @@ Gordon Worley
Thomas Wouters
Heiko Wundram
Doug Wyatt
Hirokazu Yamamoto
Ka-Ping Yee
Bob Yodlowski
Danny Yoo

View file

@ -465,6 +465,9 @@
<File
RelativePath="..\..\Objects\boolobject.c">
</File>
<File
RelativePath="..\..\Objects\bytearrayobject.c">
</File>
<File
RelativePath="..\..\Objects\bytes_methods.c">
</File>
@ -775,9 +778,6 @@
<File
RelativePath="..\..\Objects\sliceobject.c">
</File>
<File
RelativePath="..\..\Objects\stringobject.c">
</File>
<File
RelativePath="..\..\Python\structmember.c">
</File>