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/VC6/pythoncore.dsp | |
parent | 54c950f6b4e3e8449ba62c3e54445af9d273ae68 (diff) | |
download | cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.zip cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.gz cpython-e75bc2c6f9034dc2dd9ca91c05037904f4bab44a.tar.bz2 |
Follows Python/fileutils.c addition.
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
-rw-r--r-- | PC/VC6/pythoncore.dsp | 4 |
1 files changed, 4 insertions, 0 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
|