mirror of https://github.com/python/cpython
Add dtoa.c and dtoa.h to the relevant project files.
This commit is contained in:
parent
2ef9e8ce00
commit
117a899e4d
|
@ -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
|
||||
|
|
|
@ -511,6 +511,9 @@
|
|||
<File
|
||||
RelativePath="..\..\PC\dl_nt.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\dtoa.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Python\dynload_win.c">
|
||||
</File>
|
||||
|
|
|
@ -714,6 +714,10 @@
|
|||
RelativePath="..\..\Include\dictobject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\dtoa.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Include\enumobject.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue