diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-06-08 20:32:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-06-08 20:32:58 (GMT) |
commit | 2242fe84f998180e3019a15101b6b06d49d53d52 (patch) | |
tree | 24cd13c64f3fd7e22dcfd505d6fbdfa2d47e9d6c | |
parent | 737ea82a5abd448b3e214b44d7d3c579b77e8155 (diff) | |
download | cpython-2242fe84f998180e3019a15101b6b06d49d53d52.zip cpython-2242fe84f998180e3019a15101b6b06d49d53d52.tar.gz cpython-2242fe84f998180e3019a15101b6b06d49d53d52.tar.bz2 |
Teach MSVC 6 about pystrtod.c.
-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 84737e8..df8ae29 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -567,6 +567,10 @@ SOURCE=..\..\Python\pystate.c # End Source File
# Begin Source File
+SOURCE=..\..\Python\pystrtod.c
+# End Source File
+# Begin Source File
+
SOURCE=..\python_nt.rc
# End Source File
# Begin Source File
|