diff options
| author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-09 06:08:36 (GMT) |
|---|---|---|
| committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-09 06:08:36 (GMT) |
| commit | 50e7cdb6b65b0376353d3f4edeaae9fb6db73d83 (patch) | |
| tree | ba2ebe75e6ced01af397b3531715e6b0f856b64f /PC/VC6/pythoncore.dsp | |
| parent | 6c60d099e5ed97ee0026687c1ec3401cca49c0c2 (diff) | |
| download | cpython-50e7cdb6b65b0376353d3f4edeaae9fb6db73d83.zip cpython-50e7cdb6b65b0376353d3f4edeaae9fb6db73d83.tar.gz cpython-50e7cdb6b65b0376353d3f4edeaae9fb6db73d83.tar.bz2 | |
Updated VC6 files.
* pythoncore.dsp: updated project file
* readme.txt: removed dead link
* tcl852.patch: fixed patch. it was doubled.
Diffstat (limited to 'PC/VC6/pythoncore.dsp')
| -rw-r--r-- | PC/VC6/pythoncore.dsp | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 4e598ff..34ad169 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_datetimemodule.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Modules\_functoolsmodule.c
# End Source File
# Begin Source File
@@ -185,6 +189,10 @@ SOURCE=..\..\Modules\_threadmodule.c # End Source File
# Begin Source File
+SOURCE=..\..\Modules\_time.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Python\_warnings.c
# End Source File
# Begin Source File
@@ -309,7 +317,7 @@ SOURCE=..\..\Modules\zlib\crc32.c # End Source File
# Begin Source File
-SOURCE=..\..\Modules\datetimemodule.c
+SOURCE=..\..\Python\dynamic_annotations.c
# End Source File
# Begin Source File
@@ -635,6 +643,10 @@ SOURCE=..\..\Python\pythonrun.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\pytime.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\Objects\rangeobject.c
# End Source File
# Begin Source File
|
