diff options
| author | Tim Peters <tim.peters@gmail.com> | 2004-06-08 20:32:58 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2004-06-08 20:32:58 +0000 |
| commit | 2242fe84f998180e3019a15101b6b06d49d53d52 (patch) | |
| tree | 24cd13c64f3fd7e22dcfd505d6fbdfa2d47e9d6c /PC | |
| parent | 737ea82a5abd448b3e214b44d7d3c579b77e8155 (diff) | |
| download | cpython-git-2242fe84f998180e3019a15101b6b06d49d53d52.tar.gz | |
Teach MSVC 6 about pystrtod.c.
Diffstat (limited to 'PC')
| -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 84737e84b2..df8ae29177 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
|
