diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-06-14 01:05:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-06-14 01:05:46 (GMT) |
commit | 3d1f6bba6d199f1305892b253d27efc154c0ac0e (patch) | |
tree | b9acbb6326788c99d87fff810a438b62793965ee /PCbuild | |
parent | 965eeca63000a83de3657e923343e7b6509d14c1 (diff) | |
download | cpython-3d1f6bba6d199f1305892b253d27efc154c0ac0e.zip cpython-3d1f6bba6d199f1305892b253d27efc154c0ac0e.tar.gz cpython-3d1f6bba6d199f1305892b253d27efc154c0ac0e.tar.bz2 |
Teach pythoncore project about new pystrtod.c for VC7.1. This was done
a long time ago for VC6.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/pythoncore.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index b15b900..e7673d1 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -1834,6 +1834,9 @@ </FileConfiguration> </File> <File + RelativePath="..\Python\pystrtod.c"> + </File> + <File RelativePath="..\PC\python_nt.rc"> <FileConfiguration Name="Release|Win32"> |