mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Add dtoa.c and dtoa.h to the relevant project files.
This commit is contained in:
parent
2ef9e8ce00
commit
117a899e4d
3 changed files with 11 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue