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 | |
parent | 54c950f6b4e3e8449ba62c3e54445af9d273ae68 (diff) | |
download | cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.zip cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.gz cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.bz2 |
Follows Python/fileutils.c addition.
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 | ||||
-rw-r--r-- | PC/VS7.1/pythoncore.vcproj | 9 | ||||
-rw-r--r-- | PC/VS8.0/pythoncore.vcproj | 8 |
3 files changed, 18 insertions, 3 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 34ad169..295176f 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -369,6 +369,10 @@ SOURCE=..\..\Objects\fileobject.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\fileutils.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Parser\firstsets.c
# End Source File
# Begin Source File
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 diff --git a/PC/VS8.0/pythoncore.vcproj b/PC/VS8.0/pythoncore.vcproj index 96f0544..1638311 100644 --- a/PC/VS8.0/pythoncore.vcproj +++ b/PC/VS8.0/pythoncore.vcproj @@ -723,6 +723,10 @@ > </File> <File + RelativePath="..\..\Include\fileutils.h" + > + </File> + <File RelativePath="..\..\Include\floatobject.h" > </File> @@ -1687,6 +1691,10 @@ > </File> <File + RelativePath="..\..\Python\fileutils.c" + > + </File> + <File RelativePath="..\..\Python\formatter_unicode.c" > </File> |