Add dtoa.c and dtoa.h to the relevant project files.

This commit is contained in:
Mark Dickinson 2009-11-30 21:51:30 +00:00
parent 2ef9e8ce00
commit 117a899e4d
3 changed files with 11 additions and 0 deletions

View File

@ -329,6 +329,10 @@ SOURCE=..\dl_nt.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\dtoa.c
# End Source File
# Begin Source File
SOURCE=..\..\Python\dynload_win.c
# End Source File
# Begin Source File

View File

@ -511,6 +511,9 @@
<File
RelativePath="..\..\PC\dl_nt.c">
</File>
<File
RelativePath="..\..\Python\dtoa.c">
</File>
<File
RelativePath="..\..\Python\dynload_win.c">
</File>

View File

@ -714,6 +714,10 @@
RelativePath="..\..\Include\dictobject.h"
>
</File>
<File
RelativePath="..\..\Include\dtoa.h"
>
</File>
<File
RelativePath="..\..\Include\enumobject.h"
>