diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-08 08:46:30 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-10-08 08:46:30 (GMT) |
commit | e75bc2c6f9034dc2dd9ca91c05037904f4bab44a (patch) | |
tree | c2d4c1d570d918525499220c87e213689ee963aa /PC/VS7.1 | |
parent | 54c950f6b4e3e8449ba62c3e54445af9d273ae68 (diff) | |
download | cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.zip cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.gz cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.bz2 |
Follows Python/fileutils.c addition.
Diffstat (limited to 'PC/VS7.1')
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/PC/VS7.1/pythoncore.vcproj b/PC/VS7.1/pythoncore.vcproj index 4478b72..6dc6ba0 100644 --- a/PC/VS7.1/pythoncore.vcproj +++ b/PC/VS7.1/pythoncore.vcproj @@ -436,6 +436,9 @@ RelativePath="..\..\Modules\_time.c"> </File> <File + RelativePath="..\..\Python\_warnings.c"> + </File> + <File RelativePath="..\..\Modules\_weakref.c"> </File> <File @@ -448,9 +451,6 @@ RelativePath="..\..\Modules\arraymodule.c"> </File> <File - RelativePath="..\..\Python\_warnings.c"> - </File> - <File RelativePath="..\..\Python\asdl.c"> </File> <File @@ -547,6 +547,9 @@ RelativePath="..\..\Objects\fileobject.c"> </File> <File + RelativePath="..\..\Python\fileutils.c"> + </File> + <File RelativePath="..\..\Parser\firstsets.c"> </File> <File |