diff options
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 6 |
2 files changed, 4 insertions, 3 deletions
@@ -857,6 +857,7 @@ Gordon Worley Thomas Wouters Heiko Wundram Doug Wyatt +Hirokazu Yamamoto Ka-Ping Yee Bob Yodlowski Danny Yoo diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4a6ed1a..9e63ae2 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -466,6 +466,9 @@ RelativePath="..\..\Objects\boolobject.c"> </File> <File + RelativePath="..\..\Objects\bytearrayobject.c"> + </File> + <File RelativePath="..\..\Objects\bytes_methods.c"> </File> <File @@ -776,9 +779,6 @@ RelativePath="..\..\Objects\sliceobject.c"> </File> <File - RelativePath="..\..\Objects\stringobject.c"> - </File> - <File RelativePath="..\..\Python\structmember.c"> </File> <File |